Changeset 87593 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 3, 2021 8:21:54 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142625
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp
r85127 r87593 42 42 43 43 44 /**45 * @copydoc RTPathFilename46 */47 44 DECLHIDDEN(char *) supR3HardenedPathFilename(const char *pszPath) 48 45 { … … 51 48 52 49 53 /**54 * @copydoc RTPathAppPrivateNoArch55 */56 50 DECLHIDDEN(int) supR3HardenedPathAppPrivateNoArch(char *pszPath, size_t cchPath) 57 51 { … … 60 54 61 55 62 /**63 * @copydoc RTPathAppPrivateArch64 */65 56 DECLHIDDEN(int) supR3HardenedPathAppPrivateArch(char *pszPath, size_t cchPath) 66 57 { … … 69 60 70 61 71 /**72 * @copydoc RTPathSharedLibs73 */74 62 DECLHIDDEN(int) supR3HardenedPathAppSharedLibs(char *pszPath, size_t cchPath) 75 63 { … … 78 66 79 67 80 /**81 * @copydoc RTPathAppDocs82 */83 68 DECLHIDDEN(int) supR3HardenedPathAppDocs(char *pszPath, size_t cchPath) 84 69 { … … 87 72 88 73 89 /**90 * @copydoc RTPathExecDir91 */92 74 DECLHIDDEN(int) supR3HardenedPathAppBin(char *pszPath, size_t cchPath) 93 75 { -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r87030 r87593 1429 1429 1430 1430 /** 1431 * @copydoc RTPathExecDir1432 1431 * @remarks not quite like RTPathExecDir actually... 1433 1432 */
Note:
See TracChangeset
for help on using the changeset viewer.