Lines Matching refs:ALOGW

93         ALOGW("couldn't open file %s: %s", filename, strerror(errno));
100 ALOGW("failed to read from %s (fd=%d)\n", filename, fd);
110 ALOGW("attempt to read from invalid fd\n");
123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno));
125 ALOGW("file is only %lld (less than %d minimum)\n", (long long int)fileLength, kFooterMinSize);
139 ALOGW("couldn't read footer signature: %s\n", strerror(errno));
145 ALOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n",
153 ALOGW("claimed footer size is too large (0x%08zx; file size is 0x%08lld)\n",
159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n",
167 ALOGW("seek %lld failed: %s\n", (long long int)fileOffset, strerror(errno));
175 ALOGW("couldn't allocate scanBuf: %s\n", strerror(errno));
195 ALOGW("Unsupported ObbFile version %d\n", sigVersion);
208 ALOGW("bad ObbFile package name length (0x%04zx; 0x%04zx possible)\n",
240 ALOGW("failed to write to %s: %s\n", filename, strerror(errno));
254 ALOGW("tried to write uninitialized ObbFile data\n");
263 ALOGW("couldn't write signature version: %s\n", strerror(errno));
269 ALOGW("couldn't write package version\n");
275 ALOGW("couldn't write package version\n");
280 ALOGW("couldn't write salt: %s\n", strerror(errno));
287 ALOGW("couldn't write package name length: %s\n", strerror(errno));
292 ALOGW("couldn't write package name: %s\n", strerror(errno));
298 ALOGW("couldn't write footer size: %s\n", strerror(errno));
304 ALOGW("couldn't write footer magic signature: %s\n", strerror(errno));
325 ALOGW("failed to remove signature from %s: %s\n", filename, strerror(errno));