Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dext2_filesystem.cc292 blk64_t blk_start = ext2fs_get_block_bitmap_start2(filsys_->block_map); in GetFiles() local
294 for (blk64_t block = blk_start; block < blk_end; block++) { in GetFiles()