Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h97 std::string boot_image_option; in StartRuntime() local
98 boot_image_option += "-Ximage:"; in StartRuntime()
99 boot_image_option += boot_image_location; in StartRuntime()
100 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr)); in StartRuntime()