HomeSort by relevance Sort by last modified time
    Searched defs:boot_image_location_ (Results 1 - 2 of 2) sorted by null

  /art/imgdiag/
imgdiag_test.cc 57 boot_image_location_ = image_spaces[0]->GetImageLocation();
122 return Exec(image_diff_pid, boot_image_location_, error_msg);
127 std::string boot_image_location_; member in class:art::ImgDiagTest
  /art/cmdline/
cmdline.h 145 boot_image_location_ = option.substr(strlen("--boot-image=")).data();
218 const char* boot_image_location_ = nullptr; member in struct:art::CmdlineArgs
229 if (boot_image_location_ == nullptr) {
234 DBG_LOG << "boot image location: " << boot_image_location_; local
238 std::string boot_image_location = boot_image_location_;
376 return StartRuntime(args->boot_image_location_, args->instruction_set_);

Completed in 55 milliseconds