Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc368 app_image_(app_image), in OatDumperOptions()
385 const char* const app_image_; member in art::OatDumperOptions
2533 if (options->app_image_ != nullptr) { in DumpImages()
2550 gc::space::ImageSpace::CreateFromAppImage(options->app_image_, oat_file.get(), &error_msg)); in DumpImages()
2552 LOG(ERROR) << "Failed to open app image " << options->app_image_ << " with error " in DumpImages()
2559 LOG(ERROR) << "Failed to open app image dex files " << options->app_image_ << " with error " in DumpImages()
3196 app_image_ = raw_option + strlen("--app-image="); in ParseCustom()
3231 if (image_location_ == nullptr && app_image_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()
3236 if (app_image_ != nullptr && image_location_ != nullptr) { in ParseChecks()
3260 if (boot_image_locations_.empty() && app_image_ != nullptr) { in ParseChecks()
[all …]