Lines Matching refs:LOGE
537 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
540 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
616 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
663 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
680 LOGE("Error writing %zd bytes from zip file from %p: %s\n", in writeProcessFunction()
687 LOGE("write overrun? (%zd bytes instead of %d)\n", in writeProcessFunction()
704 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
740 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
834 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n"); in mzExtractRecursive()
838 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n"); in mzExtractRecursive()
848 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()
927 LOGE("Can't assemble target path for \"%.*s\"\n", in mzExtractRecursive()
952 LOGE("Can't create containing directory for \"%s\": %s\n", in mzExtractRecursive()
967 LOGE("Symlink entry \"%.*s\" will be output as a regular file.", in mzExtractRecursive()
987 LOGE("Can't create target file \"%s\": %s\n", in mzExtractRecursive()
1001 LOGE("Error extracting \"%s\"\n", targetFile); in mzExtractRecursive()
1007 LOGE("Error touching \"%s\"\n", targetFile); in mzExtractRecursive()