Searched refs:CacheDst (Results 1 – 1 of 1) sorted by relevance
147 SmallString<256> CacheDst = getDest(); in copyToRoot() local152 path::append(CacheDst, path::relative_path(Paths.CopyFrom)); in copyToRoot()158 path::append(CacheDst, Dst); in copyToRoot()163 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()166 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()174 addFileMapping(Paths.VirtualPath, CacheDst); in copyToRoot()