Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/load_using_paths/
DTestLoadUsingPaths.py100 relative_spec = lldb.SBFileSpec(os.path.join("hidden", self.lib_name))
103 token = process.LoadImageUsingPaths(relative_spec, paths, out_spec, error)
115 relative_spec = lldb.SBFileSpec(os.path.join("hidden", self.lib_name))
118 token = process.LoadImageUsingPaths(relative_spec, paths, out_spec, error)
/external/llvm-project/lldb/source/Target/
DPlatform.cpp663 FileSpec relative_spec; in Install() local
666 relative_spec = working_dir; in Install()
667 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
668 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()