Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A 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()
H A Dmapfile_filesystem_unittest.cc67 EXPECT_EQ(0U, fs->GetBlockCount()); in TEST_F()
94 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
H A Dboot_img_filesystem_stub.cc29 size_t BootImgFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::BootImgFilesystem
H A Dfilesystem_interface.h83 virtual size_t GetBlockCount() const = 0;
H A Draw_filesystem.h40 size_t GetBlockCount() const override;
H A Dmapfile_filesystem.h43 size_t GetBlockCount() const override;
H A Dext2_filesystem.h48 size_t GetBlockCount() const override;
H A Dfake_filesystem.h39 size_t GetBlockCount() const override;
H A Draw_filesystem.cc43 size_t RawFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::RawFilesystem
H A Dboot_img_filesystem.h37 size_t GetBlockCount() const override;
H A Dfake_filesystem.cc30 size_t FakeFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::FakeFilesystem
H A Dsquashfs_filesystem.h80 size_t GetBlockCount() const override;
H A Dsquashfs_filesystem_unittest.cc87 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in CheckSquashfs()
119 EXPECT_EQ(4096 / kTestBlockSize, fs->GetBlockCount()); in TEST_F()
H A Dmapfile_filesystem.cc75 size_t MapfileFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::MapfileFilesystem
H A Dboot_img_filesystem.cc102 size_t BootImgFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::BootImgFilesystem
H A Dext2_filesystem.cc157 size_t Ext2Filesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::Ext2Filesystem
H A Dsquashfs_filesystem.cc363 size_t SquashfsFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::SquashfsFilesystem
/aosp12/art/dex2oat/linker/
H A Dimage_write_read_test.cc110 ASSERT_GT(image_space->GetImageHeader().GetBlockCount() * max_image_block_size, in TestWriteRead()
/aosp12/art/runtime/
H A Dimage.h413 uint32_t GetBlockCount() const { in GetBlockCount() function
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc987 const bool use_parallel = pool != nullptr && image_header.GetBlockCount() >= kMinBlocks; in LoadImageFile()