Searched refs:boot_image_locations_ (Results 1 – 2 of 2) sorted by relevance
118 Split(raw_option + strlen("--boot-image="), ':', &boot_image_locations_); in Parse()216 std::vector<std::string> boot_image_locations_; member230 if (boot_image_locations_.empty()) { in ParseCheckBootImage()235 const std::string& boot_image_location = boot_image_locations_[0]; in ParseCheckBootImage()280 .image_locations = boot_image_locations_, in GetOatFileAssistantContext()295 if (boot_image_locations_.empty()) { in ParseChecks()352 Split(boot_image, ':', &boot_image_locations_); in InferBootImage()358 if (verified_boot_image_count != boot_image_locations_.size()) { in InferBootImage()360 boot_image_locations_.resize(verified_boot_image_count); in InferBootImage()447 return StartRuntime(args->boot_image_locations_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
3214 if (!boot_image_locations_.empty()) { in ParseChecks()3219 boot_image_locations_.clear(); in ParseChecks()3221 Split(image_location_, ':', &boot_image_locations_); in ParseChecks()3260 if (boot_image_locations_.empty() && app_image_ != nullptr) { in ParseChecks()