Searched defs:GetDirectory (Results 1 - 4 of 4) sorted by last modified time

/external/lldb/source/API/
H A DSBFileSpec.cpp110 SBFileSpec::GetDirectory() const function in class:SBFileSpec
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/Host/common/
H A DFileSpec.cpp432 return resolved_lhs.GetDirectory() == resolved_rhs.GetDirectory();
511 if (!full && (a.GetDirectory().IsEmpty() || b.GetDirectory().IsEmpty()))
645 FileSpec::GetDirectory() function in class:FileSpec
654 FileSpec::GetDirectory() const function in class:FileSpec
/external/chromium_org/sync/internal_api/public/
H A Dbase_transaction.h37 syncable::Directory* GetDirectory() const { function in class:syncer::BaseTransaction
/external/chromium_org/components/leveldb_proto/testing/
H A Dfake_db.h41 base::FilePath& GetDirectory();
107 base::FilePath& FakeDB<T>::GetDirectory() { function in class:leveldb_proto::test::FakeDB

Completed in 2437 milliseconds