Searched refs:image_location_ (Results 1 – 6 of 6) sorted by relevance
86 return image_location_; in GetImageLocation()198 const std::string image_location_; variable
75 image_location_(image_location) { in ImageSpace()
186 return image_location_; in GetImageLocation()847 std::string image_location_; variable
1194 image_location_ = runtime_options.GetOrDefault(Opt::Image); in Init()
1110 image_location_(image_location), in ImgDiagDumper()1252 os << "IMAGE LOCATION: " << image_location_ << "\n\n"; in Dump()1599 return BaseName(std::string(image_location_)); in GetImageLocationBaseName()1604 const std::string image_location_; member in art::ImgDiagDumper
3615 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()3662 boot_image_location_ = image_location_; in ParseChecks()3672 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()3675 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()3768 const char* image_location_ = nullptr; member3809 args_->image_location_ != nullptr || in NeedsRuntime()