/aosp12/system/update_engine/payload_generator/ |
H A D | ext2_filesystem_unittest.cc | 80 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 D | mapfile_filesystem_unittest.cc | 67 EXPECT_EQ(0U, fs->GetBlockCount()); in TEST_F() 94 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
|
H A D | boot_img_filesystem_stub.cc | 29 size_t BootImgFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::BootImgFilesystem
|
H A D | filesystem_interface.h | 83 virtual size_t GetBlockCount() const = 0;
|
H A D | raw_filesystem.h | 40 size_t GetBlockCount() const override;
|
H A D | mapfile_filesystem.h | 43 size_t GetBlockCount() const override;
|
H A D | ext2_filesystem.h | 48 size_t GetBlockCount() const override;
|
H A D | fake_filesystem.h | 39 size_t GetBlockCount() const override;
|
H A D | raw_filesystem.cc | 43 size_t RawFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::RawFilesystem
|
H A D | boot_img_filesystem.h | 37 size_t GetBlockCount() const override;
|
H A D | fake_filesystem.cc | 30 size_t FakeFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::FakeFilesystem
|
H A D | squashfs_filesystem.h | 80 size_t GetBlockCount() const override;
|
H A D | squashfs_filesystem_unittest.cc | 87 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in CheckSquashfs() 119 EXPECT_EQ(4096 / kTestBlockSize, fs->GetBlockCount()); in TEST_F()
|
H A D | mapfile_filesystem.cc | 75 size_t MapfileFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::MapfileFilesystem
|
H A D | boot_img_filesystem.cc | 102 size_t BootImgFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::BootImgFilesystem
|
H A D | ext2_filesystem.cc | 157 size_t Ext2Filesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::Ext2Filesystem
|
H A D | squashfs_filesystem.cc | 363 size_t SquashfsFilesystem::GetBlockCount() const { in GetBlockCount() function in chromeos_update_engine::SquashfsFilesystem
|
/aosp12/art/dex2oat/linker/ |
H A D | image_write_read_test.cc | 110 ASSERT_GT(image_space->GetImageHeader().GetBlockCount() * max_image_block_size, in TestWriteRead()
|
/aosp12/art/runtime/ |
H A D | image.h | 413 uint32_t GetBlockCount() const { in GetBlockCount() function
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 987 const bool use_parallel = pool != nullptr && image_header.GetBlockCount() >= kMinBlocks; in LoadImageFile()
|