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

/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp989 static RTEXITCODE processDirSub(char *pszDir, size_t cchDir, PRTDIRENTRYEX pDirEntry, int iLogDepth) function
1063 RTEXITCODE rcExit2 = processDirSub(pszDir, cchDir + pDirEntry->cbName, pDirEntry, iLogDepth - 1);
1097 return processDirSub(szPath, strlen(szPath), &uBuf.DirEntry, g_iOptVerbose);

Completed in 44 milliseconds