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

/art/imgdiag/
H A Dimgdiag_test.cc55 boot_image_location_ = image_spaces[0]->GetImageLocation();
120 return Exec(image_diff_pid, boot_image_location_, error_msg);
125 std::string boot_image_location_; member in class:art::ImgDiagTest
/art/cmdline/
H A Dcmdline.h143 boot_image_location_ = option.substr(strlen("--boot-image=")).data();
216 const char* boot_image_location_ = nullptr; member in struct:art::CmdlineArgs
227 if (boot_image_location_ == nullptr) {
232 DBG_LOG << "boot image location: " << boot_image_location_; local
236 std::string boot_image_location = boot_image_location_;
374 return StartRuntime(args->boot_image_location_, args->instruction_set_);
/art/oatdump/
H A Doatdump.cc2429 if (boot_image_location_ == nullptr) {
2430 boot_image_location_ = image_location_;
2563 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) &&

Completed in 114 milliseconds