Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCachePruning.cpp158 bool isPathDir; in pruneCache() local
159 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
162 if (!isPathDir) in pruneCache()