Lines Matching refs:destination_file
271 char *destination_file = NULL; variable
388 if(destination_file && !block_device) in prep_exit()
389 unlink(destination_file); in prep_exit()
4351 int freelst, char *destination_file) in initialise_threads() argument
4488 (void *) destination_file) != 0) in initialise_threads()
5013 getbase(destination_file), pid); in write_recovery_data()
5039 printf("mksquashfs dummy %s -recover %s\n", destination_file, in write_recovery_data()
5045 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
5060 if(stat(destination_file, &buf) == -1) in read_recovery_data()
5064 fd = open(destination_file, O_RDWR); in read_recovery_data()
6321 destination_file = argv[source + 1]; in main()
6436 destination_file); in main()