Searched refs:supR3HardenedVerifyDir (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPLibInternal.h | 98 # define supR3HardenedVerifyDir supR3HardenedStaticVerifyDir macro 446 DECLHIDDEN(int) supR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo);
|
H A D | SUPR3HardenedVerify.cpp | 364 "supR3HardenedVerifyDir: enmDir=%d\n", enmDir); 375 "supR3HardenedVerifyDir: hDir=%p enmDir=%d\n", 415 "supR3HardenedVerifyDir: Failed to open \"%s\": err=%d\n", 422 "supR3HardenedVerifyDir: Failed to convert \"%s\" to UTF-16: err=%d\n", szPath, rc); 447 "supR3HardenedVerifyDir: \"%s\" is not a directory\n", 451 "supR3HardenedVerifyDir: Cannot trust the directory \"%s\": not owned by root (st_uid=%ld)\n", 455 "supR3HardenedVerifyDir: Cannot trust the directory \"%s\": group and/or other writable (st_mode=0%lo)\n", 464 "supR3HardenedVerifyDir: Failed to fstat \"%s\": %s (%d)\n", 478 "supR3HardenedVerifyDir: Failed to open \"%s\": %s (%d)\n", 1601 DECLHIDDEN(int) supR3HardenedVerifyDir(cons function [all...] |
H A D | SUPLib.cpp | 1610 int rc = supR3HardenedVerifyDir(pszDirPath, fRecursive, fCheckFiles, pErrInfo); 1612 LogRel(("supR3HardenedVerifyDir: Verification of \"%s\" failed, rc=%Rrc\n", pszDirPath, rc));
|
Completed in 1804 milliseconds