Searched refs:isPathDir (Results 1 – 2 of 2) sorted by relevance
40 bool isPathDir; in prune() local41 if (sys::fs::is_directory(Path, isPathDir)) in prune()44 if (!isPathDir) in prune()
136 bool isPathDir; in pruneCache() local137 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()140 if (!isPathDir) in pruneCache()