Home | History | Annotate | Download | only in libs

Lines Matching full:stderr

30   fprintf(stderr, "usage: bionic_tests_zipalign ALIGNMENT INPUT_ZIP_FILE OUTPUT_ZIP_FILE\n");
31 fprintf(stderr, " ALIGNMENT:\n");
32 fprintf(stderr, " The new alignment of all entries in the new zip file.\n");
33 fprintf(stderr, " INPUT_ZIP_FILE:\n");
34 fprintf(stderr, " The input zip file that will be read but left unmodified.\n");
35 fprintf(stderr, " OUTPUT_ZIP_FILE:\n");
36 fprintf(stderr, " The output zip file that will be created from the input file.\n");
45 fprintf(stderr, "Unable to iterate over entries: %s\n", ErrorCodeString(return_value));
55 fprintf(stderr, "Error while iterating over zip entries: %s\n", ErrorCodeString(return_value));
88 fprintf(stderr, "StartAlignedEntry failed: %s\n", ZipWriter::ErrorCodeString(error));
97 fprintf(stderr, "WriteBytes failed: %s\n", ZipWriter::ErrorCodeString(error));
102 fprintf(stderr, "Failed to verify zip stream writer entry.\n");
107 fprintf(stderr, "FinishEntry failed: %s\n", ZipWriter::ErrorCodeString(error));
113 fprintf(stderr, "Finish failed: %s\n", ZipWriter::ErrorCodeString(error));
128 fprintf(stderr, "ALIGNMENT value is not a valid number: %s\n", argv[1]);
133 fprintf(stderr, "ALIGNMENT value is not a power of 2: %s\n", argv[1]);
142 fprintf(stderr, "Unable to open '%s': %s\n", argv[2], ErrorCodeString(return_value));
148 fprintf(stderr, "Unable to create '%s': %s\n", argv[3], strerror(errno));