Home
last modified time | relevance | path

Searched refs:block_count_ (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Draw_filesystem.cc35 result->block_count_ = block_count; in Create()
44 return block_count_; in GetBlockCount()
51 file.extents = {ExtentForRange(0, block_count_)}; in GetFiles()
Dfake_filesystem.cc24 : block_size_(block_size), block_count_(block_count) {} in FakeFilesystem()
31 return block_count_; in GetBlockCount()
46 EXPECT_LE(extent.start_block() + extent.num_blocks(), block_count_); in AddFile()
Draw_filesystem.h54 uint64_t block_count_; variable
Dfake_filesystem.h56 uint64_t block_count_; variable