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.c2603 struct file_buffer *file_buffer, int *duplicate_file) in write_file_empty() argument
2606 *duplicate_file = FALSE; in write_file_empty()
2614 struct file_buffer *file_buffer, int *duplicate_file) in write_file_frag() argument
2622 *duplicate_file = !fragment; in write_file_frag()
2649 struct file_buffer *read_buffer, int *duplicate_file) in write_file_process() argument
2658 *duplicate_file = FALSE; in write_file_process()
2739 struct file_buffer *read_buffer, int *duplicate_file) in write_file_blocks_dup() argument
2806 *duplicate_file = FALSE; in write_file_blocks_dup()
2813 *duplicate_file = TRUE; in write_file_blocks_dup()
2850 if(*duplicate_file == TRUE) in write_file_blocks_dup()
[all …]