Lines Matching refs:fixed_dst
514 FileSpec fixed_dst(dst); in Install() local
516 if (!fixed_dst.GetFilename()) in Install()
517 fixed_dst.GetFilename() = src.GetFilename(); in Install()
525 fixed_dst.GetDirectory() = dst.GetDirectory(); in Install()
530 if (!fixed_dst.GetDirectory()) { in Install()
536 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()
546 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
556 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
566 fixed_dst.GetPath().c_str()); in Install()
574 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
578 error = MakeDirectory(fixed_dst, permissions); in Install()
583 recurse_dst.GetDirectory().SetCString(fixed_dst.GetCString()); in Install()
593 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
594 error = PutFile(src, fixed_dst); in Install()
598 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()