Home
last modified time | relevance | path

Searched refs:CachePathNative (Results 1 – 3 of 3) 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-10.0/llvm/lib/Support/
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()
/external/llvm-project/llvm/lib/Support/
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()