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.c97 FILE *block_map_file = NULL; variable
940 char * mount_point, FILE *block_map_file) { in write_block_map_entry() argument
941 if (block_map_file) { in write_block_map_entry()
955 fprintf(block_map_file, "/%s", mount_point); in write_block_map_entry()
956 if (sub_path[0] != '/') fprintf(block_map_file, "/"); in write_block_map_entry()
958 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry()
960 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()
1052 if (block_map_file && fragment->index == -1) { in create_inode()
1053 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()
1092 if (block_map_file && fragment->index == -1) { in create_inode()
[all …]