Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dprocess_fragments.c251 void *frag_thrd(void *destination_file) in frag_thrd() argument
263 fd = open(destination_file, O_RDONLY); in frag_thrd()
Dmksquashfs.c264 char *destination_file = NULL; variable
351 if(destination_file && !block_device) in prep_exit()
352 unlink(destination_file); in prep_exit()
4255 int freelst, char *destination_file) in initialise_threads() argument
4392 (void *) destination_file) != 0) in initialise_threads()
4773 getbase(destination_file), pid); in write_recovery_data()
4799 printf("mksquashfs dummy %s -recover %s\n", destination_file, in write_recovery_data()
4805 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
4820 if(stat(destination_file, &buf) == -1) in read_recovery_data()
4824 fd = open(destination_file, O_RDWR); in read_recovery_data()
[all …]