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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1598 * @param fCheckFiles See SUPR3HardenedVerifyDir.
1601 DECLHIDDEN(int) supR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo) argument
1631 if (fCheckFiles || fRecursive)
H A DSUPLib.cpp1598 SUPR3DECL(int) SUPR3HardenedVerifyDir(const char *pszDirPath, bool fRecursive, bool fCheckFiles, PRTERRINFO pErrInfo) argument
1610 int rc = supR3HardenedVerifyDir(pszDirPath, fRecursive, fCheckFiles, pErrInfo);
1615 NOREF(pszDirPath); NOREF(fRecursive); NOREF(fCheckFiles);

Completed in 41 milliseconds