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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 82 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
134 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
145 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
187 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
204 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
238 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
282 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
305 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
332 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
358 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry))
    [all...]
resource_metadata_storage_unittest.cc 79 TEST_F(ResourceMetadataStorageTest, PutEntry) {
93 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry1));
106 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry2));
119 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry3));
128 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry3));
156 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry));
187 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry));
223 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry));
233 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry));
263 EXPECT_EQ(FILE_ERROR_OK, storage_->PutEntry(entry1))
    [all...]
file_cache.cc 93 storage_->PutEntry(entry);
189 return storage_->PutEntry(entry);
201 return storage_->PutEntry(entry);
221 error = storage_->PutEntry(entry);
281 error = storage_->PutEntry(entry);
318 return storage_->PutEntry(entry);
348 return storage_->PutEntry(entry);
376 return storage_->PutEntry(entry);
404 if (storage_->PutEntry(new_entry) != FILE_ERROR_OK)
605 error = storage_->PutEntry(entry)
    [all...]
resource_metadata_storage.h 112 FileError PutEntry(const ResourceEntry& entry);
resource_metadata.cc 133 error = storage_->PutEntry(root);
140 error = storage_->PutEntry(entry);
163 error = storage_->PutEntry(entry);
511 return storage_->PutEntry(updated_entry);
resource_metadata_storage.cc 695 FileError ResourceMetadataStorage::PutEntry(const ResourceEntry& entry) {
    [all...]

Completed in 288 milliseconds