Home
last modified time | relevance | path

Searched defs:GetBlockSize (Results 1 – 11 of 11) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_compress.h47 uint32_t GetBlockSize() const { return block_size_; } in GetBlockSize() function
/system/update_engine/payload_generator/
Derofs_filesystem.h41 size_t GetBlockSize() const override { return kBlockSize; } in GetBlockSize() function
Draw_filesystem.cc39 size_t RawFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::RawFilesystem
Dfake_filesystem.cc26 size_t FakeFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::FakeFilesystem
Dboot_img_filesystem_stub.cc25 size_t BootImgFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::BootImgFilesystem
Dmapfile_filesystem.cc70 size_t MapfileFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::MapfileFilesystem
Dboot_img_filesystem.cc126 size_t BootImgFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::BootImgFilesystem
Dext2_filesystem.cc153 size_t Ext2Filesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::Ext2Filesystem
Dsquashfs_filesystem.cc313 size_t SquashfsFilesystem::GetBlockSize() const { in GetBlockSize() function in chromeos_update_engine::SquashfsFilesystem
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_base.h45 uint32_t GetBlockSize() const override { return options_.block_size; } in GetBlockSize() function
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc91 uint32_t GetBlockSize() const override { return 4096; } in GetBlockSize() function in chromeos_update_engine::FakeCowWriter