Searched defs:dirPath (Results 1 – 3 of 3) sorted by relevance
52 String dirPath = dirToSectionMatcher.group(2); in parseConfiguration() local
168 static IncFsErrorCode forEachFileIn(std::string_view dirPath, Callback cb) { in forEachFileIn()1905 auto dirPath = path::join(root, INCFS_INCOMPLETE_NAME); in IncFs_WaitForLoadingComplete() local
1179 bool clearDirectory(const std::string& dirPath) { in clearDirectory()