Searched defs:failed (Results 1 - 1 of 1) sorted by relevance

/build/tools/zipalign/
H A DZipFile.cpp101 ALOGD("fopen failed: %d\n", err);
315 ALOGD("initFromCDE failed\n");
330 ALOGD("EOCD check read failed\n");
335 ALOGD("EOCD read check failed\n");
418 bool failed = false; local
421 ALOGD("compression failed, storing\n");
422 failed = true;
434 failed = true;
438 if (failed) {
445 /* handle "no compression" request, or failed compressio
[all...]

Completed in 287 milliseconds