Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_generation_config.cc71 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize); in OpenFilesystem()
79 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize); in OpenFilesystem()
86 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize); in OpenFilesystem()
94 TEST_AND_RETURN_FALSE(fs_interface->GetBlockSize() == kBlockSize); in OpenFilesystem()
Dboot_img_filesystem_stub.cc25 size_t BootImgFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::BootImgFilesystem
Dpayload_generation_config_android.cc57 part->fs_interface->GetBlockSize()); in AvbDescriptorCallback()
62 part->fs_interface->GetBlockSize()); in AvbDescriptorCallback()
79 const size_t block_size = part.fs_interface->GetBlockSize(); in VerifyVerityConfig()
169 const size_t block_size = part.fs_interface->GetBlockSize(); in LoadVerityConfig()
Draw_filesystem.h39 size_t GetBlockSize() const override;
Dfilesystem_interface.h80 virtual size_t GetBlockSize() const = 0;
Dmapfile_filesystem.h42 size_t GetBlockSize() const override;
Dext2_filesystem.h47 size_t GetBlockSize() const override;
Draw_filesystem.cc39 size_t RawFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::RawFilesystem
Dfake_filesystem.h38 size_t GetBlockSize() const override;
Dboot_img_filesystem.h36 size_t GetBlockSize() const override;
Dfake_filesystem.cc26 size_t FakeFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::FakeFilesystem
Dsquashfs_filesystem.h79 size_t GetBlockSize() const override;
Dmapfile_filesystem.cc71 size_t MapfileFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::MapfileFilesystem
Dmapfile_filesystem_unittest.cc69 EXPECT_EQ(4096U, fs->GetBlockSize()); in TEST_F()
Dboot_img_filesystem.cc97 size_t BootImgFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::BootImgFilesystem
Dext2_filesystem_unittest.cc81 EXPECT_EQ(kDefaultFilesystemBlockSize, fs->GetBlockSize()); in TEST_F()
Dsquashfs_filesystem_unittest.cc77 EXPECT_EQ(kTestBlockSize, fs->GetBlockSize()); in CheckSquashfs()
Dext2_filesystem.cc153 size_t Ext2Filesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::Ext2Filesystem
Dsquashfs_filesystem.cc364 size_t SquashfsFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::SquashfsFilesystem