Home
last modified time | relevance | path

Searched refs:GetDirectory (Results 1 – 25 of 31) sorted by relevance

12

/external/lldb/scripts/Python/interface/
DSBFileSpec.i59 GetDirectory() const;
72 spec_dir = self.GetDirectory()
88 __swig_getmethods__["dirname"] = GetDirectory
89 …if _newclass: dirname = property(GetDirectory, None, doc='''A read only property that returns the …
/external/lldb/source/Host/common/
DHost.cpp944 g_lldb_so_dir = lldb_file_spec.GetDirectory(); in GetLLDBPath()
946 file_spec.GetDirectory() = g_lldb_so_dir; in GetLLDBPath()
947 return file_spec.GetDirectory(); in GetLLDBPath()
977 file_spec.GetDirectory() = g_lldb_support_exe_dir; in GetLLDBPath()
978 return file_spec.GetDirectory(); in GetLLDBPath()
1009 file_spec.GetDirectory() = g_lldb_headers_dir; in GetLLDBPath()
1010 return file_spec.GetDirectory(); in GetLLDBPath()
1051 file_spec.GetDirectory() = g_lldb_python_dir; in GetLLDBPath()
1052 return file_spec.GetDirectory(); in GetLLDBPath()
1094 file_spec.GetDirectory() = g_lldb_system_plugin_dir; in GetLLDBPath()
[all …]
DFileSpec.cpp432 return resolved_lhs.GetDirectory() == resolved_rhs.GetDirectory(); in operator ==()
511 if (!full && (a.GetDirectory().IsEmpty() || b.GetDirectory().IsEmpty())) in Equal()
645 FileSpec::GetDirectory() in GetDirectory() function in FileSpec
654 FileSpec::GetDirectory() const in GetDirectory() function in FileSpec
DSymbols.cpp44 const ConstString &file_dir = module_spec.GetFileSpec().GetDirectory(); in LocateExecutableSymbolFile()
/external/lldb/source/Core/
DFileSpecList.cpp116 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex()
220 ConstString dir_name = path_spec.GetDirectory(); in GetFilesMatchingPartialPath()
DFileLineResolver.cpp53 if (m_inlines || m_file_spec.Compare(*cu, m_file_spec, m_file_spec.GetDirectory())) in SearchCallback()
DSearchFilter.cpp364 const bool full_match = spec.GetDirectory(); in ModulePasses()
412 const bool full_match = m_module_spec.GetDirectory(); in Search()
DModule.cpp576 const bool compare_directory = path.GetDirectory(); in FindCompileUnits()
1448 if (!FileSpec::Equal (file_spec, m_file, file_spec.GetDirectory())) in MatchesModuleSpec()
1455 … (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), platform_file_spec.GetDirectory())) in MatchesModuleSpec()
DSourceManager.cpp349 if (!file_spec.GetDirectory() && file_spec.GetFilename()) in File()
/external/lldb/source/API/
DSBFileSpec.cpp110 SBFileSpec::GetDirectory() const in GetDirectory() function in SBFileSpec
112 const char *s = m_opaque_ap->GetDirectory().AsCString(); in GetDirectory()
/external/lldb/include/lldb/Host/
DFileSpec.h301 GetDirectory ();
310 GetDirectory () const;
/external/lldb/source/Target/
DTargetList.cpp323 if (file.GetDirectory()) in CreateTarget()
326 file_dir.GetDirectory() = file.GetDirectory(); in CreateTarget()
366 bool full_match = exe_file_spec.GetDirectory(); in FindTargetWithExecutableAndArchitecture()
DTarget.cpp1560 …rch_paths.RemapPath (module_spec.GetFileSpec().GetDirectory(), transformed_spec.GetFileSpec().GetD… in GetSharedModule()
1648 …_spec.GetFileSpec().GetFilename().IsEmpty() && !module_spec.GetFileSpec().GetDirectory().IsEmpty()) in GetSharedModule()
/external/lldb/test/python_api/default-constructor/
Dsb_filespec.py12 obj.GetDirectory()
/external/lldb/include/lldb/Core/
DModuleSpec.h387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
393 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
400 … if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
/external/lldb/source/Commands/
DCommandCompletions.cpp517 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter()
562 const char *cur_dir_name = context.comp_unit->GetDirectory().GetCString(); in SearchCallback()
710 m_dir_name = partial_spec.GetDirectory().GetCString(); in ModuleCompleter()
730 const char *cur_dir_name = context.module_sp->GetFileSpec().GetDirectory().GetCString(); in SearchCallback()
DCommandObjectSource.cpp345 … if (line_entry.file.GetDirectory().GetCString() < rhs.line_entry.file.GetDirectory().GetCString()) in operator <()
/external/lldb/include/lldb/API/
DSBFileSpec.h46 GetDirectory() const;
/external/lldb/test/python_api/symbol-context/
DTestSymbolContext.py86 …self.expect(lineEntry.GetFileSpec().GetDirectory(), "The line entry should have the correct direct…
/external/lldb/test/lang/cpp/class_types/
DTestClassTypes.py109 fsDir = filespec.GetDirectory()
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dvim_ui.py73 path = os.path.join(le.GetFileSpec().GetDirectory(), le.GetFileSpec().GetFilename())
Dlldb_controller.py172 exe = os.path.join(fs.GetDirectory(), fs.GetFilename())
/external/lldb/test/python_api/target/
DTestTargetAPI.py151 … if m.GetFileSpec().GetDirectory() == os.getcwd() and m.GetFileSpec().GetFilename() == exe_name:
/external/lldb/source/Symbol/
DCompileUnit.cpp327 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext()
/external/lldb/source/Host/macosx/
DSymbols.cpp253 dsym_fspec.GetDirectory().SetCString(path); in FindSymbolFileInBundle()

12