Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCachePruning.cpp209 SmallString<128> CachePathNative; in pruneCache() local
210 sys::path::native(Path, CachePathNative); in pruneCache()
212 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache()