Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c2017 struct fragment *frag_duplicate(struct file_buffer *file_buffer, char *dont_put) in frag_duplicate() argument
2030 *dont_put = TRUE; in frag_duplicate()
2033 *dont_put = FALSE; in frag_duplicate()
2620 char dont_put; in write_file_frag() local
2622 fragment = frag_duplicate(file_buffer, &dont_put); in write_file_frag()
2631 if(dont_put) in write_file_frag()