Searched refs:rtPathRmRecursive (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp256 static int rtPathRmRecursive(PRTPATHRMCMDOPTS pOpts, char *pszPath, size_t cchPath, PRTDIRENTRYEX pDirEntry) function
333 rc = rtPathRmRecursive(pOpts, pszPath, cchPath + pDirEntry->cbName, pDirEntry);
451 return rtPathRmRecursive(pOpts, szPath, strlen(szPath), &DirEntry.Core);

Completed in 42 milliseconds