Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp165 SmallString<256> CacheDst = getDest(); in copyToRoot() local
170 path::append(CacheDst, path::relative_path(Paths.CopyFrom)); in copyToRoot()
176 path::append(CacheDst, Dst); in copyToRoot()
181 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
184 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()
192 addFileMapping(Paths.VirtualPath, CacheDst); in copyToRoot()