Home | History | Annotate | Download | only in dexdump

Lines Matching refs:stderr

42   fprintf(stderr, "Copyright (C) 2007 The Android Open Source Project\n\n");
43 fprintf(stderr, "%s: [-c] [-d] [-e] [-f] [-h] [-i] [-l layout] [-o outfile]"
45 fprintf(stderr, "\n");
46 fprintf(stderr, " -c : verify checksum and exit\n");
47 fprintf(stderr, " -d : disassemble code sections\n");
48 fprintf(stderr, " -e : display exported items only\n");
49 fprintf(stderr, " -f : display summary information from file header\n");
50 fprintf(stderr, " -g : dump CFG for dex\n");
51 fprintf(stderr, " -h : display file header details\n");
52 fprintf(stderr, " -i : ignore checksum failures\n");
53 fprintf(stderr, " -l : output layout, either 'plain' or 'xml'\n");
54 fprintf(stderr, " -o : output file name (defaults to stdout)\n");
55 fprintf(stderr, " -t : temp file name (defaults to /sdcard/dex-temp-*)\n");
123 fprintf(stderr, "%s: no file specified\n", gProgName);
127 fprintf(stderr, "Can't specify both -c and -i\n");
139 fprintf(stderr, "Can't open %s\n", gOptions.outputFileName);