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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1475 * size and anything starting at @a cchDirPath
1477 * @param cchDirPath The length of the directory path + slash.
1486 static int supR3HardenedVerifyDirRecursive(char *pszDirPath, size_t cchDirPath, PSUPR3HARDENEDFSOBJSTATE pFsObjState, argument
1528 pszDirPath[cchDirPath] = '\0'; /* for error messages. */
1547 if (cchName + cchDirPath > SUPR3HARDENED_MAX_PATH)
1576 pszDirPath[cchDirPath + cchName] = RTPATH_SLASH;
1577 pszDirPath[cchDirPath + cchName + 1] = '\0';
1579 rc = supR3HardenedVerifyDirRecursive(pszDirPath, cchDirPath + cchName + 1, pFsObjState,

Completed in 128 milliseconds