Lines Matching refs:ALOGE
109 ALOGE("EGL_ANDROID_blob_cache advertised, " in initialize()
118 ALOGE("eglSetBlobCacheFuncsANDROID resulted in an error: " in initialize()
231 ALOGE("error unlinking cache file %s: %s (%d)", fname, in saveBlobCacheLocked()
239 ALOGE("error creating cache file %s: %s (%d)", fname, in saveBlobCacheLocked()
249 ALOGE("error allocating buffer for cache contents: %s (%d)", in saveBlobCacheLocked()
258 ALOGE("error writing cache contents: %s (%d)", strerror(-err), in saveBlobCacheLocked()
272 ALOGE("error writing cache file: %s (%d)", strerror(errno), in saveBlobCacheLocked()
293 ALOGE("error opening cache file %s: %s (%d)", mFilename.string(), in loadBlobCacheLocked()
301 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); in loadBlobCacheLocked()
309 ALOGE("cache file is too large: %#llx", statBuf.st_size); in loadBlobCacheLocked()
317 ALOGE("error mmaping cache file: %s (%d)", strerror(errno), in loadBlobCacheLocked()
326 ALOGE("cache file has bad mojo"); in loadBlobCacheLocked()
332 ALOGE("cache file failed CRC check"); in loadBlobCacheLocked()
339 ALOGE("error reading cache contents: %s (%d)", strerror(-err), in loadBlobCacheLocked()