Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:Usage

72 static void Usage(const char* fmt, ...) {
78 UsageError("Usage: dex2oat [options]...");
148 std::cerr << "See log for usage error information\n";
576 Usage("No arguments specified");
631 Usage("Failed to parse --zip-fd argument '%s' as an integer", zip_fd_str);
642 Usage("Failed to parse --oat-fd argument '%s' as an integer", oat_fd_str);
651 Usage("Failed to parse -j argument '%s' as an integer", thread_count_str);
668 Usage("Failed to parse hexadecimal value for option %s", option.data());
696 Usage("Missing required argument for --runtime-arg");
705 Usage("Unknown argument %s", option.data());
710 Usage("Output must be supplied with either --oat-file or --oat-fd");
714 Usage("--oat-file should not be used with --oat-fd");
718 Usage("--oat-symbols should not be used with --oat-fd");
722 Usage("--oat-symbols should not be used with --host");
726 Usage("--oat-fd should not be used with --image");
739 Usage("--android-root unspecified and ANDROID_ROOT not set");
761 Usage("--image-classes should only be used with --image");
765 Usage("--image-classes should not be used with --boot-image");
769 Usage("--image-classes-zip should be used with --image-classes");
773 Usage("Input must be supplied with either --dex-file or --zip-fd");
777 Usage("--dex-file should not be used with --zip-fd");
781 Usage("--dex-file should not be used with --zip-location");
789 Usage("--dex-location arguments do not match --dex-file arguments");
793 Usage("--zip-location should be supplied with --zip-fd");
798 Usage("Non-zero --base not specified");
810 // Done with usage checks, enable watchdog if requested