Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsort.c343 int duplicate_file; in sort_files_and_write() local
349 write_file(&inode, entry->dir, &duplicate_file); in sort_files_and_write()
354 duplicate_file ? "DUPLICATE" : ""); in sort_files_and_write()
Dmksquashfs.c2519 struct file_buffer *file_buffer, int *duplicate_file) in write_file_empty() argument
2522 *duplicate_file = FALSE; in write_file_empty()
2530 struct file_buffer *file_buffer, int *duplicate_file) in write_file_frag() argument
2538 *duplicate_file = !fragment; in write_file_frag()
2565 struct file_buffer *read_buffer, int *duplicate_file) in write_file_process() argument
2574 *duplicate_file = FALSE; in write_file_process()
2655 struct file_buffer *read_buffer, int *duplicate_file) in write_file_blocks_dup() argument
2722 *duplicate_file = FALSE; in write_file_blocks_dup()
2729 *duplicate_file = TRUE; in write_file_blocks_dup()
2766 if(*duplicate_file == TRUE) in write_file_blocks_dup()
[all …]