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
378 } else if(recovery_file) in prep_exit()
379 unlink(recovery_file); in prep_exit()
4969 res = asprintf(&recovery_file, "squashfs_recovery_%s_%d", in write_recovery_data()
4974 recoverfd = open(recovery_file, O_CREAT | O_TRUNC | O_RDWR, S_IRWXU); in write_recovery_data()
4994 printf("Recovery file \"%s\" written\n", recovery_file); in write_recovery_data()
4997 recovery_file); in write_recovery_data()
5002 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
5012 recoverfd = open(recovery_file, O_RDONLY); in read_recovery_data()
5074 recovery_file); in read_recovery_data()
[all …]
/external/squashfs-tools/
DCHANGES28 - mksquashfs: dynamically allocate recovery_file