Home | History | Annotate | Download | only in dexdump

Lines Matching refs:ERROR

21  * to the original for correct DEX files. Error messages may differ, however.
41 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n";
42 LOG(ERROR) << gProgName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-j] [-l layout] [-o outfile]"
44 LOG(ERROR) << " -a : display annotations";
45 LOG(ERROR) << " -c : verify checksum and exit";
46 LOG(ERROR) << " -d : disassemble code sections";
47 LOG(ERROR) << " -e : display exported items only";
48 LOG(ERROR) << " -f : display summary information from file header";
49 LOG(ERROR) << " -g : display CFG for dex";
50 LOG(ERROR) << " -h : display file header details";
51 LOG(ERROR) << " -i : ignore checksum failures";
52 LOG(ERROR) << " -j : disable dex file verification";
53 LOG(ERROR) << " -l : output layout, either 'plain' or 'xml'";
54 LOG(ERROR) << " -o : output file name (defaults to stdout)";
121 LOG(ERROR) << "No file specified";
125 LOG(ERROR) << "Can't specify both -c and -i";
137 PLOG(ERROR) << "Can't open " << gOptions.outputFileName;