Lines Matching refs:ALOGE
60 ALOGE("error opening cache file %s: %s (%d)", mFilename.c_str(), in FileBlobCache()
68 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); in FileBlobCache()
76 ALOGE("cache file is too large: %#" PRIx64, in FileBlobCache()
85 ALOGE("error mmaping cache file: %s (%d)", strerror(errno), in FileBlobCache()
94 ALOGE("cache file has bad mojo"); in FileBlobCache()
100 ALOGE("cache file failed CRC check"); in FileBlobCache()
107 ALOGE("error reading cache contents: %s (%d)", strerror(-err), in FileBlobCache()
133 ALOGE("error unlinking cache file %s: %s (%d)", fname, in writeToFile()
141 ALOGE("error creating cache file %s: %s (%d)", fname, in writeToFile()
151 ALOGE("error allocating buffer for cache contents: %s (%d)", in writeToFile()
160 ALOGE("error writing cache contents: %s (%d)", strerror(-err), in writeToFile()
174 ALOGE("error writing cache file: %s (%d)", strerror(errno), in writeToFile()