Searched refs:UsageError (Results 1 – 2 of 2) sorted by relevance
88 static void UsageError(const char* fmt, ...) { in UsageError() function101 UsageError("Command: %s", CommandLine().c_str()); in Usage()103 UsageError("Usage: dex2oat [options]..."); in Usage()104 UsageError(""); in Usage()105 UsageError(" --dex-file=<dex-file>: specifies a .dex file to compile."); in Usage()106 UsageError(" Example: --dex-file=/system/framework/core.jar"); in Usage()107 UsageError(""); in Usage()108 UsageError(" --zip-fd=<file-descriptor>: specifies a file descriptor of a zip file"); in Usage()109 UsageError(" containing a classes.dex file to compile."); in Usage()110 UsageError(" Example: --zip-fd=5"); in Usage()[all …]
778 static void UsageError(const char* fmt, ...) { in UsageError() function791 UsageError("Command: %s", CommandLine().c_str()); in Usage()792 UsageError("Usage: patchoat [options]..."); in Usage()793 UsageError(""); in Usage()794 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is"); in Usage()795 UsageError(" compiled for. Required if you use --input-oat-location"); in Usage()796 UsageError(""); in Usage()797 UsageError(" --input-oat-file=<file.oat>: Specifies the exact filename of the oat file to be"); in Usage()798 UsageError(" patched."); in Usage()799 UsageError(""); in Usage()[all …]