Home
last modified time | relevance | path

Searched refs:GetBlockCount (Results 1 – 18 of 18) 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
Dmapfile_filesystem_unittest.cc67 EXPECT_EQ(0U, fs->GetBlockCount()); in TEST_F()
94 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
Draw_filesystem.h40 size_t GetBlockCount() const override;
Dmapfile_filesystem.h43 size_t GetBlockCount() const override;
Dfilesystem_interface.h85 virtual size_t GetBlockCount() const = 0;
Dext2_filesystem.h48 size_t GetBlockCount() const override;
Dfake_filesystem.h39 size_t GetBlockCount() const override;
Dfake_filesystem.cc30 size_t FakeFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::FakeFilesystem
Dboot_img_filesystem.h37 size_t GetBlockCount() const override;
Draw_filesystem.cc43 size_t RawFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::RawFilesystem
Derofs_filesystem.h42 size_t GetBlockCount() const override { return fs_size_ / kBlockSize; } in GetBlockCount() function
Dsquashfs_filesystem.h78 size_t GetBlockCount() const override;
Dmapfile_filesystem.cc74 size_t MapfileFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::MapfileFilesystem
Dsquashfs_filesystem_unittest.cc87 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in CheckSquashfs()
119 EXPECT_EQ(4096 / kTestBlockSize, fs->GetBlockCount()); in TEST_F()
Dboot_img_filesystem.cc131 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.cc317 size_t SquashfsFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::SquashfsFilesystem