Searched defs:ExpectBlocksInRange (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
H A Dmapfile_filesystem_unittest.cc47 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { function in namespace:chromeos_update_engine::__anon2766
94 ExpectBlocksInRange(file.extents, fs->GetBlockCount());
H A Dext2_filesystem_unittest.cc53 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { function in namespace:chromeos_update_engine::__anon2754
91 ExpectBlocksInRange(file.extents, fs->GetBlockCount());
122 ExpectBlocksInRange(file.extents, fs->GetBlockCount());
H A Dsquashfs_filesystem_unittest.cc54 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { function in namespace:chromeos_update_engine::__anon2771
87 ExpectBlocksInRange(file.extents, fs->GetBlockCount());

Completed in 68 milliseconds