Home
last modified time | relevance | path

Searched refs:fixed_dst (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp744 FileSpec fixed_dst(dst); in Install() local
746 if (!fixed_dst.GetFilename()) in Install()
747 fixed_dst.GetFilename() = src.GetFilename(); in Install()
758 fixed_dst.GetDirectory() = dst.GetDirectory(); in Install()
763 if (!fixed_dst.GetDirectory()) in Install()
771 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()
784 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
797 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
807 …st='%s') fixed_dst='%s'", src.GetPath().c_str(), dst.GetPath().c_str(), fixed_dst.GetPath().c_str(… in Install()
819 if (GetFileExists (fixed_dst)) in Install()
[all …]