Searched refs:ReadDirectoryByPath (Results 1 – 5 of 5) sorted by relevance
204 TEST_F(ResourceMetadataTest, ReadDirectoryByPath) { in TEST_F() argument207 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()
74 FileError ReadDirectoryByPath(const base::FilePath& file_path,
97 base::Bind(&internal::ResourceMetadata::ReadDirectoryByPath, in ReadDirectory()
310 FileError ResourceMetadata::ReadDirectoryByPath( in ReadDirectoryByPath() function in drive::internal::ResourceMetadata
42 error = metadata->ReadDirectoryByPath(path, &entries); in UpdateLocalState()