OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DirOpenResult
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
dir_open_result.h
10
enum
DirOpenResult
{ OPENED, // success.
directory_backing_store.h
66
DirOpenResult
Load(MetahandlesIndex* entry_bucket,
92
DirOpenResult
InitializeTables();
132
DirOpenResult
DoLoad(MetahandlesIndex* entry_bucket,
directory_manager.cc
56
const
DirOpenResult
result = OpenImpl(name,
62
DirOpenResult
DirectoryManager::OpenImpl(const std::string& name,
82
const
DirOpenResult
result = dir->Open(path, name);
directory_manager.h
90
DirOpenResult
OpenImpl(const std::string& name, const FilePath& path,
directory_backing_store.cc
245
DirOpenResult
DirectoryBackingStore::DoLoad(MetahandlesIndex* entry_bucket,
248
DirOpenResult
result = InitializeTables();
263
DirOpenResult
DirectoryBackingStore::Load(MetahandlesIndex* entry_bucket,
271
DirOpenResult
result = DoLoad(entry_bucket, kernel_load_info);
434
DirOpenResult
DirectoryBackingStore::InitializeTables() {
[
all
...]
syncable.h
746
DirOpenResult
Open(const FilePath& file_path, const std::string& name);
826
DirOpenResult
OpenImpl(const FilePath& file_path, const std::string& name);
[
all
...]
syncable.cc
356
DirOpenResult
Directory::Open(const FilePath& file_path, const string& name) {
357
const
DirOpenResult
result = OpenImpl(file_path, name);
384
DirOpenResult
Directory::OpenImpl(const FilePath& file_path,
395
DirOpenResult
result = store_->Load(&metas_bucket, &info);
[
all
...]
Completed in 363 milliseconds