Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCachePruning.cpp152 bool isPathDir; in pruneCache() local
153 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
156 if (!isPathDir) in pruneCache()