Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c258 char *recovery_file = NULL; variable
344 } else if(recovery_file) in prep_exit()
345 unlink(recovery_file); in prep_exit()
4692 res = asprintf(&recovery_file, "squashfs_recovery_%s_%d", in write_recovery_data()
4697 recoverfd = open(recovery_file, O_CREAT | O_TRUNC | O_RDWR, S_IRWXU); in write_recovery_data()
4717 printf("Recovery file \"%s\" written\n", recovery_file); in write_recovery_data()
4720 recovery_file); in write_recovery_data()
4725 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
4735 recoverfd = open(recovery_file, O_RDONLY); in read_recovery_data()
4797 recovery_file); in read_recovery_data()
[all …]
/external/squashfs-tools/
DCHANGES28 - mksquashfs: dynamically allocate recovery_file