Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c951 unsigned long long round_start = round_up_block(start_block); in write_block_map_entry() local
953 if (round_start && total_size && round_start <= round_end) { in write_block_map_entry()
956 if (round_start == round_end) in write_block_map_entry()
957 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry()
959 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()