Searched refs:fixed_dst (Results 1 – 1 of 1) sorted by relevance
478 FileSpec fixed_dst(dst); in Install() local480 if (!fixed_dst.GetFilename()) in Install()481 fixed_dst.SetFilename(src.GetFilename()); in Install()489 fixed_dst.SetDirectory(dst.GetDirectory()); in Install()494 if (!fixed_dst.GetDirectory()) { in Install()500 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install()510 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()520 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()530 fixed_dst.GetPath().c_str()); in Install()538 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()[all …]