Searched refs:supR3HardenedPathExecDir (Results 1 - 4 of 4) 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 DSUPR3HardenedVerify.cpp267 rc = supR3HardenedPathExecDir(pszDst, cchDst);
290 rc = supR3HardenedPathExecDir(pszDst, cchDst);
894 int rc2 = supR3HardenedPathExecDir(szFilename, sizeof(szFilename) - cchProgName - sizeof(SUPLIB_EXE_SUFF));
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 53 milliseconds