Home
last modified time | relevance | path

Searched refs:ReadDirectoryByPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata_unittest.cc204 TEST_F(ResourceMetadataTest, ReadDirectoryByPath) { in TEST_F() argument
207 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->ReadDirectoryByPath( in TEST_F()
217 EXPECT_EQ(FILE_ERROR_NOT_FOUND, resource_metadata_->ReadDirectoryByPath( in TEST_F()
221 EXPECT_EQ(FILE_ERROR_NOT_A_DIRECTORY, resource_metadata_->ReadDirectoryByPath( in TEST_F()
665 resource_metadata_->ReadDirectoryByPath( in TEST_F()
689 resource_metadata_->ReadDirectoryByPath( in TEST_F()
695 resource_metadata_->ReadDirectoryByPath( in TEST_F()
701 resource_metadata_->ReadDirectoryByPath( in TEST_F()
Dresource_metadata.h74 FileError ReadDirectoryByPath(const base::FilePath& file_path,
Ddebug_info_collector.cc97 base::Bind(&internal::ResourceMetadata::ReadDirectoryByPath, in ReadDirectory()
Dresource_metadata.cc310 FileError ResourceMetadata::ReadDirectoryByPath( in ReadDirectoryByPath() function in drive::internal::ResourceMetadata
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dremove_operation.cc42 error = metadata->ReadDirectoryByPath(path, &entries); in UpdateLocalState()