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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp260 static int supR3HardenedMakePath(SUPINSTDIR enmDir, char *pszDst, size_t cchDst, bool fFatal) function
302 "supR3HardenedMakePath: enmDir=%d\n", enmDir);
306 "supR3HardenedMakePath: enmDir=%d rc=%d\n", enmDir, rc);
327 * Combine supR3HardenedMakePath and the filename.
329 int rc = supR3HardenedMakePath(pFile->enmDir, pszDst, cchDst, fFatal);
384 int rc = supR3HardenedMakePath(enmDir, szPath, sizeof(szPath), fFatal);

Completed in 37 milliseconds