Home
last modified time | relevance | path

Searched refs:UsageError (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat.cc155 static void UsageError(const char* fmt, ...) { in UsageError() function
168 UsageError("Command: %s", CommandLine().c_str()); in Usage()
170 UsageError("Usage: dex2oat [options]..."); in Usage()
171 UsageError(""); in Usage()
172 UsageError(" -j<number>: specifies the number of threads used for compilation."); in Usage()
173 UsageError(" Default is the number of detected hardware threads available on the"); in Usage()
174 UsageError(" host system."); in Usage()
175 UsageError(" Example: -j12"); in Usage()
176 UsageError(""); in Usage()
177 UsageError(" --dex-file=<dex-file>: specifies a .dex, .jar, or .apk file to compile."); in Usage()
[all …]
/art/patchoat/
Dpatchoat.cc801 static void UsageError(const char* fmt, ...) { in UsageError() function
814 UsageError("Command: %s", CommandLine().c_str()); in Usage()
815 UsageError("Usage: patchoat [options]..."); in Usage()
816 UsageError(""); in Usage()
817 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is"); in Usage()
818 UsageError(" compiled for. Required if you use --input-oat-location"); in Usage()
819 UsageError(""); in Usage()
820 UsageError(" --input-oat-file=<file.oat>: Specifies the exact filename of the oat file to be"); in Usage()
821 UsageError(" patched."); in Usage()
822 UsageError(""); in Usage()
[all …]