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

/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Dfilearchiver.py80 Worker for processDir.
81 Same return codes as processDir.
160 def processDir(self, sCurDir): member in class:FileArchiverBatchJob
166 self.dprint('processDir: %s' % (sCurDir,));
226 if self.processDir(os.path.join(sCurDir, sSubDir)) is not True:
266 fRc = oBatchJob.processDir('.');
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp1085 static RTEXITCODE processDir(const char *pszDir) function
1165 rcExit2 = processDir(ValueUnion.psz);

Completed in 45 milliseconds