Searched refs:relative_spec (Results 1 – 2 of 2) sorted by relevance
100 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)
663 FileSpec relative_spec; in Install() local666 relative_spec = working_dir; in Install()667 relative_spec.AppendPathComponent(dst.GetPath()); in Install()668 fixed_dst.GetDirectory() = relative_spec.GetDirectory(); in Install()