Home
last modified time | relevance | path

Searched refs:boot_image_location_ (Results 1 – 4 of 4) sorted by relevance

/art/cmdline/
Dcmdline.h142 boot_image_location_ = option.substr(strlen("--boot-image=")).data(); in Parse()
214 const char* boot_image_location_ = nullptr; member
225 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()
/art/imgdiag/
Dimgdiag_test.cc47 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
Dimgdiag.cc946 args_->boot_image_location_, in ExecuteWithRuntime()
/art/oatdump/
Doatdump.cc2349 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()