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

  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 180 TEST_F(ResourceMetadataTest, GetResourceEntryByPath) {
183 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetResourceEntryByPath(
188 EXPECT_EQ(FILE_ERROR_NOT_FOUND, resource_metadata_->GetResourceEntryByPath(
192 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetResourceEntryByPath(
196 EXPECT_EQ(FILE_ERROR_NOT_FOUND, resource_metadata_->GetResourceEntryByPath(
200 EXPECT_EQ(FILE_ERROR_NOT_FOUND, resource_metadata_->GetResourceEntryByPath(
271 // Make sure we get the same thing from GetResourceEntryByPath.
273 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetResourceEntryByPath(
311 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetResourceEntryByPath(
317 EXPECT_EQ(FILE_ERROR_NOT_FOUND, resource_metadata_->GetResourceEntryByPath(
    [all...]
directory_loader_unittest.cc 160 metadata_->GetResourceEntryByPath(util::GetDriveMyDriveRootPath(),
171 metadata_->GetResourceEntryByPath(util::GetDriveMyDriveRootPath(),
189 metadata_->GetResourceEntryByPath(util::GetDriveMyDriveRootPath(),
199 metadata_->GetResourceEntryByPath(file_path, &entry));
change_list_processor_unittest.cc 153 FileError error = metadata_->GetResourceEntryByPath(
504 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
512 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
524 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
528 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
549 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
561 EXPECT_EQ(FILE_ERROR_NOT_FOUND, metadata_->GetResourceEntryByPath(
586 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
611 EXPECT_EQ(FILE_ERROR_OK, metadata_->GetResourceEntryByPath(
resource_metadata.h 70 FileError GetResourceEntryByPath(const base::FilePath& file_path,
change_list_loader_unittest.cc 177 metadata_->GetResourceEntryByPath(file_path, &entry));
229 metadata_->GetResourceEntryByPath(file_path, &entry));
303 metadata_->GetResourceEntryByPath(new_file_path, &entry));
debug_info_collector.cc 79 base::Bind(&internal::ResourceMetadata::GetResourceEntryByPath,
directory_loader.cc 40 FileError error = resource_metadata->GetResourceEntryByPath(
239 base::Bind(&ResourceMetadata::GetResourceEntryByPath,
330 base::Bind(&ResourceMetadata::GetResourceEntryByPath,
search_metadata.cc 247 FileError error = resource_metadata->GetResourceEntryByPath(
change_list_processor.cc 203 FileError error = resource_metadata_->GetResourceEntryByPath(
file_system.cc 704 base::Bind(&internal::ResourceMetadata::GetResourceEntryByPath,
    [all...]
resource_metadata.cc 297 FileError ResourceMetadata::GetResourceEntryByPath(const base::FilePath& path,
sync_client_unittest.cc 460 metadata_->GetResourceEntryByPath(kPath1.DirName(), &parent));
file_system_unittest.cc 234 ASSERT_EQ(FILE_ERROR_OK, resource_metadata->GetResourceEntryByPath(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation.cc 32 FileError error = metadata->GetResourceEntryByPath(file_path, entry);
41 if (metadata->GetResourceEntryByPath(
move_operation.cc 26 FileError error = metadata->GetResourceEntryByPath(src_path, &entry);
32 error = metadata->GetResourceEntryByPath(dest_path.DirName(), &parent_entry);
touch_operation.cc 30 FileError error = metadata->GetResourceEntryByPath(file_path, &entry);
copy_operation.cc 77 FileError error = metadata->GetResourceEntryByPath(params->src_file_path,
82 error = metadata->GetResourceEntryByPath(params->dest_file_path.DirName(),
96 error = metadata->GetResourceEntryByPath(params->dest_file_path, &dest_entry);
225 FileError error = metadata->GetResourceEntryByPath(
operation_test_base.cc 142 base::Bind(&internal::ResourceMetadata::GetResourceEntryByPath,

Completed in 109 milliseconds