Searched refs:targetFile (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/minzip/ |
D | Zip.c | 916 const char *targetFile = targetEntryPath(&helper, pEntry); in mzExtractRecursive() local 917 if (targetFile == NULL) { in mzExtractRecursive() 941 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd); in mzExtractRecursive() 944 targetFile, strerror(errno)); in mzExtractRecursive() 965 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE); in mzExtractRecursive() 969 int fd = open(targetFile, O_CREAT|O_WRONLY|O_TRUNC|O_SYNC, in mzExtractRecursive() 979 targetFile, strerror(errno)); in mzExtractRecursive() 992 LOGE("Error extracting \"%s\"\n", targetFile); in mzExtractRecursive() 997 if (timestamp != NULL && utime(targetFile, timestamp)) { in mzExtractRecursive() 998 LOGE("Error touching \"%s\"\n", targetFile); in mzExtractRecursive() [all …]
|