Lines Matching refs:Path
33 std::string Path; member
38 return std::tie(Time, Other.Size, Path) < in operator <()
39 std::tie(Other.Time, Size, Other.Path); in operator <()
144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache() argument
147 if (Path.empty()) in pruneCache()
151 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
169 SmallString<128> TimestampFile(Path); in pruneCache()
210 sys::path::native(Path, CachePathNative); in pruneCache()
251 sys::fs::remove(FileInfo->Path); in pruneCache()
255 LLVM_DEBUG(dbgs() << " - Remove " << FileInfo->Path << " (size " in pruneCache()
268 auto ErrOrSpaceInfo = sys::fs::disk_space(Path); in pruneCache()