Home
last modified time | relevance | path

Searched refs:GetBlockCount (Results 1 – 17 of 17) sorted by relevance

/system/update_engine/payload_generator/
Dext2_filesystem_unittest.cc80 EXPECT_EQ(kDefaultFilesystemBlockCount, fs->GetBlockCount()); in TEST_F()
91 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
121 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
Dboot_img_filesystem_stub.cc29 size_t BootImgFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::BootImgFilesystem
Draw_filesystem.h40 size_t GetBlockCount() const override;
Dfilesystem_interface.h83 virtual size_t GetBlockCount() const = 0;
Dmapfile_filesystem_unittest.cc67 EXPECT_EQ(0U, fs->GetBlockCount()); in TEST_F()
94 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
Dmapfile_filesystem.h43 size_t GetBlockCount() const override;
Dext2_filesystem.h48 size_t GetBlockCount() const override;
Draw_filesystem.cc43 size_t RawFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::RawFilesystem
Dfake_filesystem.h39 size_t GetBlockCount() const override;
Dboot_img_filesystem.h37 size_t GetBlockCount() const override;
Dfake_filesystem.cc30 size_t FakeFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::FakeFilesystem
Dsquashfs_filesystem.h80 size_t GetBlockCount() const override;
Dsquashfs_filesystem_unittest.cc87 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in CheckSquashfs()
119 EXPECT_EQ(4096 / kTestBlockSize, fs->GetBlockCount()); in TEST_F()
Dmapfile_filesystem.cc75 size_t MapfileFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::MapfileFilesystem
Dboot_img_filesystem.cc102 size_t BootImgFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::BootImgFilesystem
Dext2_filesystem.cc157 size_t Ext2Filesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::Ext2Filesystem
Dsquashfs_filesystem.cc368 size_t SquashfsFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::SquashfsFilesystem