Lines Matching refs:fixed_dst
646 FileSpec fixed_dst(dst); in Install() local
648 if (!fixed_dst.GetFilename()) in Install()
649 fixed_dst.GetFilename() = src.GetFilename(); in Install()
657 fixed_dst.GetDirectory() = dst.GetDirectory(); in Install()
662 if (!fixed_dst.GetDirectory()) { in Install()
668 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()
678 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
688 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
698 fixed_dst.GetPath().c_str()); in Install()
706 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
710 error = MakeDirectory(fixed_dst, permissions); in Install()
715 recurse_dst.GetDirectory().SetCString(fixed_dst.GetCString()); in Install()
725 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
726 error = PutFile(src, fixed_dst); in Install()
730 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()