Searched refs:fixed_dst (Results 1 – 1 of 1) sorted by relevance
516 FileSpec fixed_dst(dst); in Install() local518 if (!fixed_dst.GetFilename()) in Install()519 fixed_dst.SetFilename(src.GetFilename()); in Install()527 fixed_dst.SetDirectory(dst.GetDirectory()); in Install()532 if (!fixed_dst.GetDirectory()) { in Install()568 fixed_dst.GetPath().c_str()); in Install()576 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()580 error = MakeDirectory(fixed_dst, permissions); in Install()595 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()596 error = PutFile(src, fixed_dst); in Install()[all …]