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.c2604 struct file_buffer *file_buffer, int *duplicate_file) in write_file_empty() argument
2607 *duplicate_file = FALSE; in write_file_empty()
2615 struct file_buffer *file_buffer, int *duplicate_file) in write_file_frag() argument
2623 *duplicate_file = !fragment; in write_file_frag()
2650 struct file_buffer *read_buffer, int *duplicate_file) in write_file_process() argument
2659 *duplicate_file = FALSE; in write_file_process()
2740 struct file_buffer *read_buffer, int *duplicate_file) in write_file_blocks_dup() argument
2807 *duplicate_file = FALSE; in write_file_blocks_dup()
2814 *duplicate_file = TRUE; in write_file_blocks_dup()
2851 if(*duplicate_file == TRUE) in write_file_blocks_dup()
[all …]