Searched defs:supR3HardenedPathExecDir (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedIPRT.cpp91 DECLHIDDEN(int) supR3HardenedPathExecDir(char *pszPath, size_t cchPath) function
H A DSUPLibInternal.h83 # define supR3HardenedPathExecDir supR3HardenedStaticPathExecDir macro
388 DECLHIDDEN(int) supR3HardenedPathExecDir(char *pszPath, size_t cchPath);
H A DSUPR3HardenedMain.cpp783 return supR3HardenedPathExecDir(pszPath, cchPath);
802 return supR3HardenedPathExecDir(pszPath, cchPath);
821 return supR3HardenedPathExecDir(pszPath, cchPath);
840 return supR3HardenedPathExecDir(pszPath, cchPath);
942 DECLHIDDEN(int) supR3HardenedPathExecDir(char *pszPath, size_t cchPath) function
960 supR3HardenedFatal("supR3HardenedPathExecDir: Buffer too small (%u < %u)\n", cchPath, cch);

Completed in 311 milliseconds