Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c96 FILE *block_map_file = NULL; variable
899 char * mount_point, FILE *block_map_file) { in write_block_map_entry() argument
900 if (block_map_file) { in write_block_map_entry()
914 fprintf(block_map_file, "/%s", mount_point); in write_block_map_entry()
915 if (sub_path[0] != '/') fprintf(block_map_file, "/"); 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()
1011 if (block_map_file && fragment->index == -1) { in create_inode()
1012 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()
1051 if (block_map_file && fragment->index == -1) { in create_inode()
[all …]