Lines Matching refs:LOGE
543 LOGE("Can't read %zu bytes from zip file: %ld\n", count, n); in processStoredEntry()
588 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
591 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
691 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
721 LOGE("Can't calculate CRC for entry\n"); in mzIsZipEntryIntact()
764 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
779 LOGE("Error writing %ld bytes from zip file from %p: %s\n", in writeProcessFunction()
788 LOGE("write overrun? (%ld bytes instead of %d)\n", in writeProcessFunction()
805 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
842 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
935 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n"); in mzExtractRecursive()
939 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n"); in mzExtractRecursive()
949 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()
1027 LOGE("Can't assemble target path for \"%.*s\"\n", in mzExtractRecursive()
1049 LOGE("Can't create containing directory for \"%s\": %s\n", in mzExtractRecursive()
1063 LOGE("Can't create containing directory for \"%s\": %s\n", in mzExtractRecursive()
1078 LOGE("Symlink entry \"%s\" has no target\n", in mzExtractRecursive()
1091 LOGE("Can't read symlink target for \"%s\"\n", in mzExtractRecursive()
1102 LOGE("Can't symlink \"%s\" to \"%s\": %s\n", in mzExtractRecursive()
1117 LOGE("Can't create target file \"%s\": %s\n", in mzExtractRecursive()
1126 LOGE("Error extracting \"%s\"\n", targetFile); in mzExtractRecursive()
1132 LOGE("Error touching \"%s\"\n", targetFile); in mzExtractRecursive()