Lines Matching full:stderr
50 fprintf(stderr, "ERROR: '%s' not found\n", fileName);
52 fprintf(stderr, "ERROR: '%s' access denied\n", fileName);
54 fprintf(stderr, "ERROR: failed opening '%s' as Zip file\n",
132 fprintf(stderr, "ERROR: specify zip file name (only)\n");
195 fprintf(stderr, "ERROR: list -a failed because assets could not be loaded\n");
437 fprintf(stderr, "ERROR: no dump option specified\n");
442 fprintf(stderr, "ERROR: no dump file specified\n");
452 fprintf(stderr, "ERROR: dump failed because assets could not be loaded\n");
476 fprintf(stderr, "ERROR: dump failed because no resource table was found\n");
491 fprintf(stderr, "ERROR: no dump xmltree resource file specified\n");
500 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
506 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
518 fprintf(stderr, "ERROR: no dump xmltree resource file specified\n");
527 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
533 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
546 fprintf(stderr, "ERROR: dump failed because no AndroidManifest.xml found\n");
552 fprintf(stderr, "ERROR: AndroidManifest.xml is corrupt\n");
574 fprintf(stderr, "ERROR: manifest does not start with <manifest> tag\n");
583 fprintf(stderr, "ERROR: %s\n", error.string());
591 fprintf(stderr, "ERROR: %s\n", error.string());
766 fprintf(stderr, "ERROR: manifest does not start with <manifest> tag\n");
773 fprintf(stderr, "ERROR getting 'android:versionCode' attribute: %s\n", error.string());
783 fprintf(stderr, "ERROR getting 'android:versionName' attribute: %s\n", error.string());
826 fprintf(stderr, "ERROR getting 'android:icon' attribute: %s\n", error.string());
831 fprintf(stderr, "ERROR getting 'android:testOnly' attribute: %s\n", error.string());
842 fprintf(stderr, "ERROR getting 'android:debuggable' attribute: %s\n", error.string());
854 fprintf(stderr, "ERROR getting 'android:minSdkVersion' attribute: %s\n",
873 fprintf(stderr, "ERROR getting 'android:targetSdkVersion' attribute: %s\n",
1045 fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n",
1054 fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n",
1063 fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n",
1072 fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n",
1098 fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n", error.string());
1104 fprintf(stderr, "ERROR getting 'android:label' attribute: %s\n", error.string());
1110 fprintf(stderr, "ERROR getting 'android:icon' attribute: %s\n", error.string());
1128 fprintf(stderr, "ERROR getting 'android:name' attribute for uses-library: %s\n", error.string());
1140 fprintf(stderr, "ERROR getting 'android:name' attribute for receiver: %s\n", error.string());
1148 fprintf(stderr, "ERROR getting 'android:name' attribute for service: %s\n", error.string());
1161 fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n", error.string());
1188 fprintf(stderr, "ERROR getting 'name' attribute: %s\n", error.string());
1501 fprintf(stderr, "ERROR: unknown dump option '%s'\n", option);
1528 fprintf(stderr, "ERROR: can't use '-u' with add\n");
1533 fprintf(stderr, "ERROR: must specify zip file name\n");
1539 fprintf(stderr, "NOTE: nothing to do\n");
1545 fprintf(stderr, "ERROR: failed opening/creating '%s' as Zip file\n", zipFileName);
1567 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName);
1569 fprintf(stderr, ": file not found\n");
1571 fprintf(stderr, ": already exists in archive\n");
1573 fprintf(stderr, "\n");
1596 fprintf(stderr, "ERROR: must specify zip file name\n");
1602 fprintf(stderr, "NOTE: nothing to do\n");
1608 fprintf(stderr, "ERROR: failed opening Zip archive '%s'\n",
1626 fprintf(stderr, "Unable to delete '%s' from '%s'\n",
1667 fprintf(stderr, "ERROR: no input files\n");
1678 fprintf(stderr,
1799 fprintf(stderr, "ERROR: packaging of '%s' failed\n", outputAPKFile);
1824 SourcePos::printErrors(stderr);