/system/update_engine/payload_generator/ |
D | payload_generation_config.cc | 71 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()
|
D | boot_img_filesystem_stub.cc | 25 size_t BootImgFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::BootImgFilesystem
|
D | payload_generation_config_android.cc | 57 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()
|
D | raw_filesystem.h | 39 size_t GetBlockSize() const override;
|
D | filesystem_interface.h | 80 virtual size_t GetBlockSize() const = 0;
|
D | mapfile_filesystem.h | 42 size_t GetBlockSize() const override;
|
D | ext2_filesystem.h | 47 size_t GetBlockSize() const override;
|
D | raw_filesystem.cc | 39 size_t RawFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::RawFilesystem
|
D | fake_filesystem.h | 38 size_t GetBlockSize() const override;
|
D | boot_img_filesystem.h | 36 size_t GetBlockSize() const override;
|
D | fake_filesystem.cc | 26 size_t FakeFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::FakeFilesystem
|
D | squashfs_filesystem.h | 79 size_t GetBlockSize() const override;
|
D | mapfile_filesystem.cc | 71 size_t MapfileFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::MapfileFilesystem
|
D | mapfile_filesystem_unittest.cc | 69 EXPECT_EQ(4096U, fs->GetBlockSize()); in TEST_F()
|
D | boot_img_filesystem.cc | 97 size_t BootImgFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::BootImgFilesystem
|
D | ext2_filesystem_unittest.cc | 81 EXPECT_EQ(kDefaultFilesystemBlockSize, fs->GetBlockSize()); in TEST_F()
|
D | squashfs_filesystem_unittest.cc | 77 EXPECT_EQ(kTestBlockSize, fs->GetBlockSize()); in CheckSquashfs()
|
D | ext2_filesystem.cc | 153 size_t Ext2Filesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::Ext2Filesystem
|
D | squashfs_filesystem.cc | 364 size_t SquashfsFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::SquashfsFilesystem
|