Home
last modified time | relevance | path

Searched refs:num_blocks_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_generator/
Dmapfile_filesystem.cc69 : mapfile_filename_(mapfile_filename), num_blocks_(num_blocks) {} in MapfileFilesystem()
76 return num_blocks_; in GetBlockCount()
114 if (block_end > static_cast<uint64_t>(num_blocks_)) { in GetFiles()
116 << " is past the end of the file of " << num_blocks_ in GetFiles()
Dmapfile_filesystem.h58 off_t num_blocks_; variable