Searched refs:boot_image_option (Results 1 – 1 of 1) sorted by relevance
97 std::string boot_image_option; in StartRuntime() local98 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()