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