Searched refs:boot_image_location_ (Results 1 – 3 of 3) sorted by relevance
57 boot_image_location_ = image_spaces[0]->GetImageLocation(); in SetUp()122 return Exec(image_diff_pid, boot_image_location_, error_msg); in ExecDefaultBootImage()127 std::string boot_image_location_; member in art::ImgDiagTest
148 boot_image_location_ = option.substr(strlen("--boot-image=")).data(); in Parse()221 const char* boot_image_location_ = nullptr; member232 if (boot_image_location_ == nullptr) { in ParseCheckBootImage()241 DBG_LOG << "boot image location: " << boot_image_location_; in ParseCheckBootImage()245 std::string boot_image_location = boot_image_location_; in ParseCheckBootImage()386 return StartRuntime(args->boot_image_location_, args->instruction_set_); in CreateRuntime()
3661 if (boot_image_location_ == nullptr) { in ParseChecks()3662 boot_image_location_ = image_location_; in ParseChecks()3808 return (args_->boot_image_location_ != nullptr || in NeedsRuntime()