Lines Matching refs:Usage
233 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function
266 Usage("Invalid cpu \"d\" specified in --cpu-set argument (nprocessors = %d)", in SetCpuAffinity()
602 Usage("Failed to parse hexadecimal value for option %s", option.data()); in ParseBase()
619 Usage("%s", parser_options->error_msg.c_str()); in ParseInstructionSetVariant()
628 Usage("Problem initializing default instruction set features variant: %s", in ParseInstructionSetFeatures()
636 Usage("Error parsing '%s': %s", option.c_str(), parser_options->error_msg.c_str()); in ParseInstructionSetFeatures()
650 Usage("--android-root unspecified and ANDROID_ROOT not set"); in ProcessOptions()
669 Usage("Can't have both (--image or --image-fd) and (--app-image-fd or --app-image-file)"); in ProcessOptions()
675 Usage("Can't have both --image and --image-fd"); in ProcessOptions()
679 Usage("Output must be supplied with either --oat-file or --oat-fd"); in ProcessOptions()
683 Usage("Can't have both --input-vdex-fd and --input-vdex"); in ProcessOptions()
687 Usage("Can't have both --output-vdex-fd and --output-vdex"); in ProcessOptions()
691 Usage("--oat-file should not be used with --oat-fd"); in ProcessOptions()
695 Usage("VDEX and OAT output must be specified either with one --oat-file " in ProcessOptions()
700 Usage("--image-fd must be used with --oat_fd and --output_vdex_fd"); in ProcessOptions()
704 Usage("--oat-symbols should not be used with --oat-fd"); in ProcessOptions()
708 Usage("--oat-symbols should not be used with --host"); in ProcessOptions()
712 Usage("--output-vdex-fd should not be used with --image"); in ProcessOptions()
716 Usage("--oat-fd should not be used with --image"); in ProcessOptions()
721 Usage("--oat-file arguments do not match --oat-symbols arguments"); in ProcessOptions()
725 Usage("--oat-file arguments do not match --image arguments"); in ProcessOptions()
742 Usage("Input must be supplied with either --dex-file or --zip-fd"); in ProcessOptions()
746 Usage("--dex-file should not be used with --zip-fd"); in ProcessOptions()
750 Usage("--dex-file should not be used with --zip-location"); in ProcessOptions()
756 Usage("--dex-location arguments do not match --dex-file arguments"); in ProcessOptions()
761 Usage("--oat-file arguments must be singular or match --dex-file arguments"); in ProcessOptions()
766 Usage("--dex-fd arguments do not match --dex-file arguments"); in ProcessOptions()
770 Usage("--zip-location should be supplied with --zip-fd"); in ProcessOptions()
775 Usage("Non-zero --base not specified for boot image"); in ProcessOptions()
779 Usage("Non-zero --base specified for app image or boot image extension"); in ProcessOptions()
785 Usage("--multi-image or --single-image specified for non-image compilation"); in ProcessOptions()
795 Usage( in ProcessOptions()
802 Usage("--multi-image specified for app image"); in ProcessOptions()
806 Usage("--single-image not specified for --image-fd"); in ProcessOptions()
812 Usage("Profile files should not be specified with both --profile-file-fd and --profile-file"); in ProcessOptions()
825 Usage("Problem initializing default instruction set features variant: %s", in ProcessOptions()
842 Usage("--dirty-image-objects and --dirty-image-objects-fd should not be both specified"); in ProcessOptions()
846 Usage("--preloaded-classes and --preloaded-classes-fds should not be both specified"); in ProcessOptions()
902 Usage("Failed to read list of passes to run."); in ProcessOptions()
935 Usage("Unusable boot image filename %s", image_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
941 Usage("Unusable boot image oat filename %s", oat_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
955 Usage("Unusable boot image symbol filename %s", oat_unstripped_[0].c_str()); in ExpandOatAndImageFilenames()
991 Usage("Unable to write invocation file"); in InsertCompileOptions()
1058 Usage("Failed to parse command line: %s", error_msg.c_str()); in ParseArgs()
1135 Usage("Unable to open invocation file '%s' for writing due to %s.", in ParseArgs()
1162 Usage("Option --class-loader-context has an incorrect format: %s", in ParseArgs()
1171 Usage("Option --class-loader-context-fds has incorrect format: %s", in ParseArgs()
1180 Usage("Option --stored-class-loader-context has an incorrect format: %s", in ParseArgs()
1186 Usage( in ParseArgs()
1193 Usage("Option --stored-class-loader-context should only be used if " in ParseArgs()
1208 Usage("Option --boot-image and --force-jit-zygote cannot be specified together"); in ParseArgs()
1222 Usage(error_msg.c_str()); in ParseArgs()