Lines Matching refs:fixed_dst
649 FileSpec fixed_dst(dst); in Install() local
651 if (!fixed_dst.GetFilename()) in Install()
652 fixed_dst.GetFilename() = src.GetFilename(); in Install()
660 fixed_dst.GetDirectory() = dst.GetDirectory(); in Install()
665 if (!fixed_dst.GetDirectory()) { in Install()
671 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()
681 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
691 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
702 fixed_dst.GetPath().c_str()); in Install()
710 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
714 error = MakeDirectory(fixed_dst, permissions); in Install()
719 recurse_dst.GetDirectory().SetCString(fixed_dst.GetCString()); in Install()
729 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
730 error = PutFile(src, fixed_dst); in Install()
734 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()