Searched refs:image_location_ (Results 1 – 6 of 6) sorted by relevance
85 return image_location_; in GetImageLocation()159 const std::string image_location_; variable
51 image_location_(image_location) { in ImageSpace()
56 image_location_(image_location), in ImgDiagDumper()834 return BaseName(std::string(image_location_)); in GetImageLocationBaseName()839 const char* image_location_; member in art::ImgDiagDumper
171 return image_location_; in GetImageLocation()608 std::string image_location_; variable
826 image_location_ = runtime_options.GetOrDefault(Opt::Image); in Init()
2313 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()2350 boot_image_location_ = image_location_; in ParseChecks()2360 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()2363 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()2434 const char* image_location_ = nullptr; member2467 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) && in NeedsRuntime()2497 return DumpImage(runtime, args_->image_location_, oat_dumper_options_.get(), args_->os_) in ExecuteWithRuntime()