Lines Matching refs:fixed_dst
512 FileSpec fixed_dst(dst); in Install() local
514 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()
534 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install()
544 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
554 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); 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()
581 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
591 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
592 error = PutFile(src, fixed_dst); in Install()
596 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()