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.c95 FILE *block_map_file = NULL; variable
865 char * mount_point, FILE *block_map_file) { in write_block_map_entry() argument
866 if (block_map_file) { in write_block_map_entry()
870 fprintf(block_map_file, "/%s", mount_point); in write_block_map_entry()
871 if (sub_path[0] != '/') fprintf(block_map_file, "/"); in write_block_map_entry()
873 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry()
875 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()
967 if (block_map_file && fragment->index == -1) { in create_inode()
968 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()
1007 if (block_map_file && fragment->index == -1) { in create_inode()
[all …]