Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dmapfile_filesystem.cc101 uint64_t block_start, block_end; in GetFiles() local
106 base::StringToUint64(blocks.substr(dash + 1), &block_end)) { in GetFiles()
107 if (block_end < block_start) { in GetFiles()
108 LOG(ERROR) << "End block " << block_end in GetFiles()
114 if (block_end > static_cast<uint64_t>(num_blocks_)) { in GetFiles()
115 LOG(ERROR) << "The end block " << block_end in GetFiles()
122 ExtentForRange(block_start, block_end - block_start + 1)); in GetFiles()