/external/lldb/scripts/Python/interface/ |
D | SBFileSpec.i | 59 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/ |
D | Host.cpp | 944 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 …]
|
D | FileSpec.cpp | 432 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
|
D | Symbols.cpp | 44 const ConstString &file_dir = module_spec.GetFileSpec().GetDirectory(); in LocateExecutableSymbolFile()
|
/external/lldb/source/Core/ |
D | FileSpecList.cpp | 116 bool compare_filename_only = file_spec.GetDirectory().IsEmpty(); in FindFileIndex() 220 ConstString dir_name = path_spec.GetDirectory(); in GetFilesMatchingPartialPath()
|
D | FileLineResolver.cpp | 53 if (m_inlines || m_file_spec.Compare(*cu, m_file_spec, m_file_spec.GetDirectory())) in SearchCallback()
|
D | SearchFilter.cpp | 364 const bool full_match = spec.GetDirectory(); in ModulePasses() 412 const bool full_match = m_module_spec.GetDirectory(); in Search()
|
D | Module.cpp | 576 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()
|
D | SourceManager.cpp | 349 if (!file_spec.GetDirectory() && file_spec.GetFilename()) in File()
|
/external/lldb/source/API/ |
D | SBFileSpec.cpp | 110 SBFileSpec::GetDirectory() const in GetDirectory() function in SBFileSpec 112 const char *s = m_opaque_ap->GetDirectory().AsCString(); in GetDirectory()
|
/external/lldb/include/lldb/Host/ |
D | FileSpec.h | 301 GetDirectory (); 310 GetDirectory () const;
|
/external/lldb/source/Target/ |
D | TargetList.cpp | 323 if (file.GetDirectory()) in CreateTarget() 326 file_dir.GetDirectory() = file.GetDirectory(); in CreateTarget() 366 bool full_match = exe_file_spec.GetDirectory(); in FindTargetWithExecutableAndArchitecture()
|
D | Target.cpp | 1560 …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/ |
D | sb_filespec.py | 12 obj.GetDirectory()
|
/external/lldb/include/lldb/Core/ |
D | ModuleSpec.h | 387 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/ |
D | CommandCompletions.cpp | 517 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()
|
D | CommandObjectSource.cpp | 345 … if (line_entry.file.GetDirectory().GetCString() < rhs.line_entry.file.GetDirectory().GetCString()) in operator <()
|
/external/lldb/include/lldb/API/ |
D | SBFileSpec.h | 46 GetDirectory() const;
|
/external/lldb/test/python_api/symbol-context/ |
D | TestSymbolContext.py | 86 …self.expect(lineEntry.GetFileSpec().GetDirectory(), "The line entry should have the correct direct…
|
/external/lldb/test/lang/cpp/class_types/ |
D | TestClassTypes.py | 109 fsDir = filespec.GetDirectory()
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | vim_ui.py | 73 path = os.path.join(le.GetFileSpec().GetDirectory(), le.GetFileSpec().GetFilename())
|
D | lldb_controller.py | 172 exe = os.path.join(fs.GetDirectory(), fs.GetFilename())
|
/external/lldb/test/python_api/target/ |
D | TestTargetAPI.py | 151 … if m.GetFileSpec().GetDirectory() == os.getcwd() and m.GetFileSpec().GetFilename() == exe_name:
|
/external/lldb/source/Symbol/ |
D | CompileUnit.cpp | 327 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext()
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 253 dsym_fspec.GetDirectory().SetCString(path); in FindSymbolFileInBundle()
|