Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c275 char *recovery_file = NULL; variable
391 } else if(recovery_file) in prep_exit()
392 unlink(recovery_file); in prep_exit()
5013 res = asprintf(&recovery_file, "squashfs_recovery_%s_%d", in write_recovery_data()
5018 recoverfd = open(recovery_file, O_CREAT | O_TRUNC | O_RDWR, S_IRWXU); in write_recovery_data()
5038 printf("Recovery file \"%s\" written\n", recovery_file); in write_recovery_data()
5041 recovery_file); in write_recovery_data()
5046 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
5056 recoverfd = open(recovery_file, O_RDONLY); in read_recovery_data()
5118 recovery_file); in read_recovery_data()
[all …]
/external/squashfs-tools/
DCHANGES28 - mksquashfs: dynamically allocate recovery_file