Searched refs:fixed_dst (Results 1 – 1 of 1) sorted by relevance
512 FileSpec fixed_dst(dst); in Install() local514 if (!fixed_dst.GetFilename()) in Install()515 fixed_dst.SetFilename(src.GetFilename()); in Install()523 fixed_dst.SetDirectory(dst.GetDirectory()); in Install()528 if (!fixed_dst.GetDirectory()) { in Install()564 fixed_dst.GetPath().c_str()); in Install()572 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()576 error = MakeDirectory(fixed_dst, permissions); in Install()591 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()592 error = PutFile(src, fixed_dst); in Install()[all …]