Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag_test.cc53 boot_image_location_ = image_spaces[0]->GetImageLocation(); in SetUp()
103 return Exec(image_diff_pid, boot_image_location_, error_msg); in ExecDefaultBootImage()
108 std::string boot_image_location_; member in art::ImgDiagTest
/art/cmdline/
Dcmdline.h158 boot_image_location_ = raw_option + strlen("--boot-image="); in Parse()
245 const char* boot_image_location_ = nullptr; member
258 if (boot_image_location_ == nullptr) { in ParseCheckBootImage()
267 DBG_LOG << "boot image location: " << boot_image_location_; in ParseCheckBootImage()
271 std::string boot_image_location = boot_image_location_; in ParseCheckBootImage()
417 return StartRuntime(args->boot_image_location_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
/art/oatdump/
Doatdump.cc3471 if (boot_image_location_ == nullptr) { in ParseChecks()
3472 boot_image_location_ = image_location_; in ParseChecks()
3618 return (args_->boot_image_location_ != nullptr || in NeedsRuntime()