Lines Matching refs:LOGE
536 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
539 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
614 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
654 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
671 LOGE("Error writing %zd bytes from zip file from %p: %s\n", in writeProcessFunction()
678 LOGE("write overrun? (%zd bytes instead of %d)\n", in writeProcessFunction()
695 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
731 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
825 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n"); in mzExtractRecursive()
829 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n"); in mzExtractRecursive()
839 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()
918 LOGE("Can't assemble target path for \"%.*s\"\n", in mzExtractRecursive()
943 LOGE("Can't create containing directory for \"%s\": %s\n", in mzExtractRecursive()
958 LOGE("Symlink entry \"%.*s\" will be output as a regular file.", in mzExtractRecursive()
978 LOGE("Can't create target file \"%s\": %s\n", in mzExtractRecursive()
992 LOGE("Error extracting \"%s\"\n", targetFile); in mzExtractRecursive()
998 LOGE("Error touching \"%s\"\n", targetFile); in mzExtractRecursive()