Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCachePruning.cpp103 SmallString<128> CachePathNative; in prune() local
104 sys::path::native(Path, CachePathNative); in prune()
107 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in prune()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCachePruning.cpp194 SmallString<128> CachePathNative; in pruneCache() local
195 sys::path::native(Path, CachePathNative); in pruneCache()
197 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache()