Home
last modified time | relevance | path

Searched refs:boot_image_option (Results 1 – 2 of 2) sorted by relevance

/art/cmdline/
Dcmdline.h96 std::string boot_image_option; in StartRuntime() local
97 boot_image_option += "-Ximage:"; in StartRuntime()
98 boot_image_option += boot_image_location; in StartRuntime()
99 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr)); in StartRuntime()
/art/dex2oat/
Ddex2oat.cc2173 std::string boot_image_option = "-Ximage:"; in PrepareRuntimeOptions() local
2174 boot_image_option += boot_image_filename_; in PrepareRuntimeOptions()
2175 raw_options.push_back(std::make_pair(boot_image_option, nullptr)); in PrepareRuntimeOptions()