Lines Matching refs:Usage
71 NO_RETURN static void Usage(const char *fmt, ...) { in Usage() function
159 Usage("No arguments specified"); in ParseArgs()
172 Usage("Invalid --profile-analysis-result= %d", parse_result); in ParseArgs()
180 Usage("Invalid compiler filter '%s'", raw_option); in ParseArgs()
186 Usage("Invalid isa '%s'", raw_option); in ParseArgs()
192 Usage("Missing argument for --runtime-arg\n"); in ParseArgs()
206 Usage("Invalid --oat-fd %d", oat_fd_); in ParseArgs()
211 Usage("Invalid --vdex-fd %d", vdex_fd_); in ParseArgs()
216 Usage("Invalid --zip-fd %d", zip_fd_); in ParseArgs()
227 Usage("Invalid --class-loader-context-fds %s", str_context_fds_arg.c_str()); in ParseArgs()
233 Usage("Unknown argument '%s'", raw_option); in ParseArgs()
244 Usage("--image unspecified and ANDROID_ROOT not set."); in ParseArgs()
250 Usage("--image unspecified and failed to get default boot image location."); in ParseArgs()
301 Usage("Invalid --class-loader-context '%s'", context_str_.c_str()); in GetDexOptNeeded()
370 Usage("Invalid --class-loader-context '%s'", context_str_.c_str()); in FlattenClassLoaderContext()