Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCachePruning.cpp211 SmallString<128> CachePathNative; in pruneCache() local
212 sys::path::native(Path, CachePathNative); in pruneCache()
214 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache()