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

/art/cmdline/
H A Dcmdline.h96 std::string boot_image_option; local
97 boot_image_option += "-Ximage:";
98 boot_image_option += boot_image_location;
99 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr));
/art/dex2oat/
H A Ddex2oat.cc2180 std::string boot_image_option = "-Ximage:"; local
2181 boot_image_option += boot_image_filename_;
2182 raw_options.push_back(std::make_pair(boot_image_option, nullptr));

Completed in 110 milliseconds