Home
last modified time | relevance | path

Searched refs:isPathDir (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DCachePruning.cpp40 bool isPathDir; in prune() local
41 if (sys::fs::is_directory(Path, isPathDir)) in prune()
44 if (!isPathDir) in prune()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCachePruning.cpp136 bool isPathDir; in pruneCache() local
137 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
140 if (!isPathDir) in pruneCache()