Home
last modified time | relevance | path

Searched refs:GetFiles (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/payload_generator/
Dmapfile_filesystem_unittest.cc87 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
119 EXPECT_FALSE(fs->GetFiles(&files)); in TEST_F()
131 EXPECT_FALSE(fs->GetFiles(&files)); in TEST_F()
Dfilesystem_interface.h80 virtual bool GetFiles(std::vector<File>* files) const = 0;
Draw_filesystem.h42 bool GetFiles(std::vector<File>* files) const override;
Dmapfile_filesystem.h47 bool GetFiles(std::vector<File>* files) const override;
Dext2_filesystem.h57 bool GetFiles(std::vector<File>* files) const override;
Draw_filesystem.cc44 bool RawFilesystem::GetFiles(std::vector<File>* files) const { in GetFiles() function in chromeos_update_engine::RawFilesystem
Dfake_filesystem.h40 bool GetFiles(std::vector<File>* files) const override;
Dfake_filesystem.cc36 bool FakeFilesystem::GetFiles(std::vector<File>* files) const { in GetFiles() function in chromeos_update_engine::FakeFilesystem
Dext2_filesystem_unittest.cc84 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
114 EXPECT_TRUE(fs->GetFiles(&files)); in TEST_F()
Dmapfile_filesystem.cc80 bool MapfileFilesystem::GetFiles(vector<File>* files) const { in GetFiles() function in chromeos_update_engine::MapfileFilesystem
Dext2_filesystem.cc157 bool Ext2Filesystem::GetFiles(vector<File>* files) const { in GetFiles() function in chromeos_update_engine::Ext2Filesystem
Ddelta_diff_utils.cc199 old_part.fs_interface->GetFiles(&old_files); in DeltaReadPartition()
206 new_part.fs_interface->GetFiles(&new_files); in DeltaReadPartition()