Searched defs:UsageError (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc778 static void UsageError(const char* fmt, ...) { function in namespace:art
791 UsageError("Command: %s", CommandLine().c_str());
792 UsageError("Usage: patchoat [options]...");
793 UsageError("");
794 UsageError(" --instruction-set=<isa>: Specifies the instruction set the patched code is");
795 UsageError(" compiled for. Required if you use --input-oat-location");
796 UsageError("");
797 UsageError(" --input-oat-file=<file.oat>: Specifies the exact filename of the oat file to be");
798 UsageError(" patched.");
799 UsageError("");
[all...]
/art/dex2oat/
H A Ddex2oat.cc88 static void UsageError(const char* fmt, ...) { function in namespace:art
101 UsageError("Command: %s", CommandLine().c_str());
103 UsageError("Usage: dex2oat [options]...");
104 UsageError("");
105 UsageError(" --dex-file=<dex-file>: specifies a .dex file to compile.");
106 UsageError(" Example: --dex-file=/system/framework/core.jar");
107 UsageError("");
108 UsageError(" --zip-fd=<file-descriptor>: specifies a file descriptor of a zip file");
109 UsageError(" containing a classes.dex file to compile.");
110 UsageError(" Exampl
[all...]

Completed in 62 milliseconds