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

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

Completed in 32 milliseconds