Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag_test.cc57 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
/art/cmdline/
Dcmdline.h148 boot_image_location_ = option.substr(strlen("--boot-image=")).data(); in Parse()
221 const char* boot_image_location_ = nullptr; member
232 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()
/art/oatdump/
Doatdump.cc3661 if (boot_image_location_ == nullptr) { in ParseChecks()
3662 boot_image_location_ = image_location_; in ParseChecks()
3808 return (args_->boot_image_location_ != nullptr || in NeedsRuntime()