Searched refs:CacheDst (Results 1 – 1 of 1) sorted by relevance
224 SmallString<256> CacheDst = getDest(); in copyToRoot() local229 path::append(CacheDst, path::relative_path(CopyFrom)); in copyToRoot()235 path::append(CacheDst, Dst); in copyToRoot()240 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()243 if (std::error_code EC = fs::copy_file(CopyFrom, CacheDst)) in copyToRoot()251 addFileMapping(VirtualPath, CacheDst); in copyToRoot()