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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c93 if(delete && destination_file && !block_device)\
94 unlink(destination_file);\
306 char *destination_file = NULL; variable
4428 getbase(destination_file), pid);
4451 printf("mksquashfs dummy %s -recover %s\n", destination_file,
4457 void read_recovery_data(char *recovery_file, char *destination_file) argument
4472 if(stat(destination_file, &buf) == -1)
4476 fd = open(destination_file, O_RDWR);
4963 destination_file = argv[source + 1];

Completed in 66 milliseconds