Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c274 char *recovery_file = NULL; variable
390 } else if(recovery_file) in prep_exit()
391 unlink(recovery_file); in prep_exit()
5012 res = asprintf(&recovery_file, "squashfs_recovery_%s_%d", in write_recovery_data()
5017 recoverfd = open(recovery_file, O_CREAT | O_TRUNC | O_RDWR, S_IRWXU); in write_recovery_data()
5037 printf("Recovery file \"%s\" written\n", recovery_file); in write_recovery_data()
5040 recovery_file); in write_recovery_data()
5045 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
5055 recoverfd = open(recovery_file, O_RDONLY); in read_recovery_data()
5117 recovery_file); in read_recovery_data()
[all …]
/external/squashfs-tools/
DCHANGES28 - mksquashfs: dynamically allocate recovery_file