Lines Matching refs:ALOGE
108 ALOGE("EGL_ANDROID_blob_cache advertised, " in initialize()
117 ALOGE("eglSetBlobCacheFuncsANDROID resulted in an error: " in initialize()
233 ALOGE("error unlinking cache file %s: %s (%d)", fname, in saveBlobCacheLocked()
241 ALOGE("error creating cache file %s: %s (%d)", fname, in saveBlobCacheLocked()
251 ALOGE("error allocating buffer for cache contents: %s (%d)", in saveBlobCacheLocked()
261 ALOGE("error writing cache contents: %s (%d)", strerror(-err), in saveBlobCacheLocked()
275 ALOGE("error writing cache file: %s (%d)", strerror(errno), in saveBlobCacheLocked()
296 ALOGE("error opening cache file %s: %s (%d)", mFilename.string(), in loadBlobCacheLocked()
304 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); in loadBlobCacheLocked()
312 ALOGE("cache file is too large: %#llx", statBuf.st_size); in loadBlobCacheLocked()
320 ALOGE("error mmaping cache file: %s (%d)", strerror(errno), in loadBlobCacheLocked()
329 ALOGE("cache file has bad mojo"); in loadBlobCacheLocked()
335 ALOGE("cache file failed CRC check"); in loadBlobCacheLocked()
343 ALOGE("error reading cache contents: %s (%d)", strerror(-err), in loadBlobCacheLocked()