Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp765 FileSpec relative_spec; in Install() local
769 relative_spec = working_dir; in Install()
770 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
771 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()