Home
last modified time | relevance | path

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

/aosp12/art/oatdump/
H A Doatdump.cc360 app_image_(app_image), in OatDumperOptions()
375 const char* const app_image_; member in art::OatDumperOptions
2409 if (options->app_image_ != nullptr) { in DumpImages()
2429 gc::space::ImageSpace::CreateFromAppImage(options->app_image_, oat_file.get(), &error_msg)); in DumpImages()
2431 LOG(ERROR) << "Failed to open app image " << options->app_image_ << " with error " in DumpImages()
2438 LOG(ERROR) << "Failed to open app image dex files " << options->app_image_ << " with error " in DumpImages()
3103 app_image_ = raw_option + strlen("--app-image="); in ParseCustom()
3240 const char* app_image_ = nullptr; member
3262 args_->app_image_, in NeedsRuntime()