Searched refs:boot_image_location_ (Results 1 – 4 of 4) sorted by relevance
142 boot_image_location_ = option.substr(strlen("--boot-image=")).data(); in Parse()214 const char* boot_image_location_ = nullptr; member225 if (boot_image_location_ == nullptr) { in ParseCheckBootImage()230 DBG_LOG << "boot image location: " << boot_image_location_; in ParseCheckBootImage()234 std::string boot_image_location = boot_image_location_; in ParseCheckBootImage()372 return StartRuntime(args->boot_image_location_, args->instruction_set_); in CreateRuntime()
47 boot_image_location_ = image_space->GetImageLocation(); in SetUp()104 return Exec(image_diff_pid, boot_image_location_, error_msg); in ExecDefaultBootImage()109 std::string boot_image_location_; member in art::ImgDiagTest
946 args_->boot_image_location_, in ExecuteWithRuntime()
2349 if (boot_image_location_ == nullptr) { in ParseChecks()2350 boot_image_location_ = image_location_; in ParseChecks()2467 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) && in NeedsRuntime()