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.c2563 struct file_buffer *file_buffer, int *duplicate_file) in write_file_empty() argument
2566 *duplicate_file = FALSE; in write_file_empty()
2574 struct file_buffer *file_buffer, int *duplicate_file) in write_file_frag() argument
2582 *duplicate_file = !fragment; in write_file_frag()
2609 struct file_buffer *read_buffer, int *duplicate_file) in write_file_process() argument
2618 *duplicate_file = FALSE; in write_file_process()
2699 struct file_buffer *read_buffer, int *duplicate_file) in write_file_blocks_dup() argument
2766 *duplicate_file = FALSE; in write_file_blocks_dup()
2773 *duplicate_file = TRUE; in write_file_blocks_dup()
2810 if(*duplicate_file == TRUE) in write_file_blocks_dup()
[all …]