Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c911 unsigned long long round_start = round_up_block(start_block); in write_block_map_entry() local
913 if (round_start && total_size && round_start <= round_end) { in write_block_map_entry()
916 if (round_start == round_end) in write_block_map_entry()
917 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry()
919 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()