Home
last modified time | relevance | path

Searched refs:ExpectBlocksInRange (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dext2_filesystem_unittest.cc53 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange() function
91 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
121 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
Dmapfile_filesystem_unittest.cc47 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange() function
94 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in TEST_F()
Dsquashfs_filesystem_unittest.cc54 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange() function
87 ExpectBlocksInRange(file.extents, fs->GetBlockCount()); in CheckSquashfs()