Lines Matching defs:Options
88 struct Options { struct
89 std::string output_dir = "";
92 std::string compiler_filter = "verify";
93 bool use_profile = true;
94 std::string dex2oat_bin = "";
95 std::string android_root = "";
96 std::string profile_file = "";
97 std::string instruction_set = "";
98 bool core_only = false;
99 bool android_root_for_location = false;
100 std::vector<std::string> dex2oat_options;