Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dfilesystem_interface.h70 virtual size_t GetBlockSize() const = 0;
Draw_filesystem.h37 size_t GetBlockSize() const override;
Dmapfile_filesystem.h42 size_t GetBlockSize() const override;
Dext2_filesystem.h43 size_t GetBlockSize() const override;
Draw_filesystem.cc36 size_t RawFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::RawFilesystem
Dfake_filesystem.h38 size_t GetBlockSize() const override;
Dfake_filesystem.cc28 size_t FakeFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::FakeFilesystem
Dpayload_generation_config.cc54 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize); in OpenFilesystem()
62 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize); in OpenFilesystem()
Dmapfile_filesystem_unittest.cc69 EXPECT_EQ(4096U, fs->GetBlockSize()); in TEST_F()
Dmapfile_filesystem.cc72 size_t MapfileFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::MapfileFilesystem
Dext2_filesystem_unittest.cc81 EXPECT_EQ(kDefaultFilesystemBlockSize, fs->GetBlockSize()); in TEST_F()
Dext2_filesystem.cc149 size_t Ext2Filesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::Ext2Filesystem