HomeSort by relevance Sort by last modified time
    Searched refs:tmp_handles_map (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/syncable/
directory.cc 177 Directory::MetahandlesMap tmp_handles_map; local
181 STLValueDeleter<Directory::MetahandlesMap> deleter(&tmp_handles_map);
186 store_->Load(&tmp_handles_map, &delete_journals, &info);
192 InitializeIndices(&tmp_handles_map);
    [all...]
directory_backing_store_unittest.cc 49 Directory::MetahandlesMap tmp_handles_map; local
51 STLValueDeleter<Directory::MetahandlesMap> deleter(&tmp_handles_map);
53 return dbs->Load(&tmp_handles_map, &delete_journals, &kernel_load_info) ==
    [all...]

Completed in 158 milliseconds