HomeSort by relevance Sort by last modified time
    Searched refs:GetBlockCount (Results 1 - 10 of 10) sorted by null

  /system/update_engine/payload_generator/
ext2_filesystem.h 40 size_t GetBlockCount() const override;
fake_filesystem.h 39 size_t GetBlockCount() const override;
filesystem_interface.h 62 // between 0 and GetBlockCount() - 1. The blocks are encoded in extents,
73 virtual size_t GetBlockCount() const = 0;
raw_filesystem.cc 40 size_t RawFilesystem::GetBlockCount() const {
raw_filesystem.h 38 size_t GetBlockCount() const override;
fake_filesystem.cc 32 size_t FakeFilesystem::GetBlockCount() const {
ext2_filesystem_unittest.cc 80 EXPECT_EQ(kDefaultFilesystemBlockCount, fs->GetBlockCount());
91 ExpectBlocksInRange(file.extents, fs->GetBlockCount());
122 ExpectBlocksInRange(file.extents, fs->GetBlockCount());
ext2_filesystem.cc 149 size_t Ext2Filesystem::GetBlockCount() const {
delta_diff_utils.cc 183 old_part.fs_interface ? old_part.fs_interface->GetBlockCount() : 0,
184 new_part.fs_interface->GetBlockCount(),
  /system/update_engine/payload_consumer/
delta_performer.cc     [all...]

Completed in 1562 milliseconds