Searched refs:boot_image_option (Results 1 – 2 of 2) sorted by relevance
101 std::string boot_image_option; in StartRuntime() local102 boot_image_option += "-Ximage:"; in StartRuntime()103 boot_image_option += boot_image_location; in StartRuntime()104 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr)); in StartRuntime()
2589 std::string boot_image_option = "-Ximage:"; in PrepareRuntimeOptions() local2590 boot_image_option += boot_image_filename_; in PrepareRuntimeOptions()2591 raw_options.push_back(std::make_pair(boot_image_option, nullptr)); in PrepareRuntimeOptions()