Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c925 const char *targetFile = targetEntryPath(&helper, pEntry); in mzExtractRecursive() local
926 if (targetFile == NULL) { in mzExtractRecursive()
950 targetFile, UNZIP_DIRMODE, timestamp, true, sehnd); in mzExtractRecursive()
953 targetFile, strerror(errno)); in mzExtractRecursive()
974 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE); in mzExtractRecursive()
978 int fd = open(targetFile, O_CREAT|O_WRONLY|O_TRUNC|O_SYNC, in mzExtractRecursive()
988 targetFile, strerror(errno)); in mzExtractRecursive()
1001 LOGE("Error extracting \"%s\"\n", targetFile); in mzExtractRecursive()
1006 if (timestamp != NULL && utime(targetFile, timestamp)) { in mzExtractRecursive()
1007 LOGE("Error touching \"%s\"\n", targetFile); in mzExtractRecursive()
[all …]