Lines Matching refs:LOGE
544 LOGE("Can't read %zu bytes from zip file: %ld\n", count, n); in processStoredEntry()
589 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
592 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
693 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
723 LOGE("Can't calculate CRC for entry\n"); in mzIsZipEntryIntact()
766 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
781 LOGE("Error writing %ld bytes from zip file from %p: %s\n", in writeProcessFunction()
790 LOGE("write overrun? (%ld bytes instead of %d)\n", in writeProcessFunction()
807 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
843 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
936 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n"); in mzExtractRecursive()
940 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n"); in mzExtractRecursive()
950 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()
1028 LOGE("Can't assemble target path for \"%.*s\"\n", in mzExtractRecursive()
1050 LOGE("Can't create containing directory for \"%s\": %s\n", in mzExtractRecursive()
1064 LOGE("Can't create containing directory for \"%s\": %s\n", in mzExtractRecursive()
1079 LOGE("Symlink entry \"%s\" has no target\n", in mzExtractRecursive()
1092 LOGE("Can't read symlink target for \"%s\"\n", in mzExtractRecursive()
1103 LOGE("Can't symlink \"%s\" to \"%s\": %s\n", in mzExtractRecursive()
1118 LOGE("Can't create target file \"%s\": %s\n", in mzExtractRecursive()
1127 LOGE("Error extracting \"%s\"\n", targetFile); in mzExtractRecursive()
1133 LOGE("Error touching \"%s\"\n", targetFile); in mzExtractRecursive()