HomeSort by relevance Sort by last modified time
    Searched refs:GetDirectory (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/sync/internal_api/
base_transaction.cc 24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans());
29 GetDirectory()->GetNigoriHandler();
write_transaction.cc 48 GetDirectory()->GetDataTypeContext(transaction_,
61 GetDirectory()->SetDataTypeContext(transaction_,
69 GetDirectory()->GetDownloadProgress(type, &progress_marker);
71 GetDirectory()->SetDownloadProgress(type, progress_marker);
75 GetDirectory()->ResetVersionsForType(transaction_, type);
87 GetDirectory()->GetMetahandlesByAttachmentId(
delete_journal.cc 17 trans->GetDirectory()->delete_journal()->GetDeleteJournals(
46 trans->GetDirectory()->delete_journal()->PurgeDeleteJournals(
54 trans->GetDirectory()->delete_journal()->PurgeDeleteJournals(
base_node.cc 173 syncable::Directory* dir = GetTransaction()->GetDirectory();
sync_rollback_manager_base.cc 234 trans.GetDirectory()->GetNodeDetailsForType(trans.GetWrappedTrans(),
  /external/lldb/scripts/Python/interface/
SBFileSpec.i 20 self.expect(lineEntry.GetFileSpec().GetDirectory(), 'The line entry should have the correct directory',
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 path directory name as a python string.''')
  /external/lldb/test/python_api/default-constructor/
sb_filespec.py 12 obj.GetDirectory()
  /external/chromium_org/sync/internal_api/public/
base_transaction.h 37 syncable::Directory* GetDirectory() const {
  /external/lldb/include/lldb/API/
SBFileSpec.h 46 GetDirectory() const;
  /external/lldb/include/lldb/Host/
FileSpec.h 301 GetDirectory ();
310 GetDirectory () const;
  /external/lldb/source/API/
SBFileSpec.cpp 110 SBFileSpec::GetDirectory() const
112 const char *s = m_opaque_ap->GetDirectory().AsCString();
117 log->Printf ("SBFileSpec(%p)::GetDirectory () => \"%s\"", m_opaque_ap.get(), s);
119 log->Printf ("SBFileSpec(%p)::GetDirectory () => NULL", m_opaque_ap.get());
  /external/lldb/source/Core/
FileSpecList.cpp 116 bool compare_filename_only = file_spec.GetDirectory().IsEmpty();
220 ConstString dir_name = path_spec.GetDirectory();
FileLineResolver.cpp 53 if (m_inlines || m_file_spec.Compare(*cu, m_file_spec, m_file_spec.GetDirectory()))
SearchFilter.cpp 364 const bool full_match = spec.GetDirectory();
412 const bool full_match = m_module_spec.GetDirectory();
  /external/lldb/source/Host/common/
Host.cpp 944 g_lldb_so_dir = lldb_file_spec.GetDirectory();
946 file_spec.GetDirectory() = g_lldb_so_dir;
947 return file_spec.GetDirectory();
977 file_spec.GetDirectory() = g_lldb_support_exe_dir;
978 return file_spec.GetDirectory();
1009 file_spec.GetDirectory() = g_lldb_headers_dir;
1010 return file_spec.GetDirectory();
    [all...]
FileSpec.cpp 432 return resolved_lhs.GetDirectory() == resolved_rhs.GetDirectory();
511 if (!full && (a.GetDirectory().IsEmpty() || b.GetDirectory().IsEmpty()))
645 FileSpec::GetDirectory()
654 FileSpec::GetDirectory() const
    [all...]
Symbols.cpp 44 const ConstString &file_dir = module_spec.GetFileSpec().GetDirectory();
  /external/chromium_org/components/leveldb_proto/testing/
fake_db.h 41 base::FilePath& GetDirectory();
107 base::FilePath& FakeDB<T>::GetDirectory() {
  /external/lldb/include/lldb/Core/
ModuleSpec.h 387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false))
393 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false))
400 if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false))
  /external/lldb/source/Target/
TargetList.cpp 323 if (file.GetDirectory())
326 file_dir.GetDirectory() = file.GetDirectory();
366 bool full_match = exe_file_spec.GetDirectory();
  /external/lldb/test/python_api/symbol-context/
TestSymbolContext.py 86 self.expect(lineEntry.GetFileSpec().GetDirectory(), "The line entry should have the correct directory",
  /external/chromium_org/chrome/browser/sync/
backend_migrator.cc 133 trans.GetDirectory()->GetDownloadProgress(type, &progress_marker);
  /external/lldb/source/Commands/
CommandCompletions.cpp 517 m_dir_name = partial_spec.GetDirectory().GetCString();
562 const char *cur_dir_name = context.comp_unit->GetDirectory().GetCString();
710 m_dir_name = partial_spec.GetDirectory().GetCString();
730 const char *cur_dir_name = context.module_sp->GetFileSpec().GetDirectory().GetCString();
CommandObjectSource.cpp 345 if (line_entry.file.GetDirectory().GetCString() < rhs.line_entry.file.GetDirectory().GetCString())
    [all...]
  /external/lldb/test/lang/cpp/class_types/
TestClassTypes.py 109 fsDir = filespec.GetDirectory()

Completed in 753 milliseconds

1 2