Searched refs:fixed_dst (Results 1 – 1 of 1) sorted by relevance
646 FileSpec fixed_dst(dst); in Install() local648 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()[all …]