Home | History | Annotate | Download | only in oatdump

Lines Matching full:app_image_

306       app_image_(app_image),
321 const char* const app_image_;
2215 if (options->app_image_ != nullptr) {
2237 gc::space::ImageSpace::CreateFromAppImage(options->app_image_, oat_file.get(), &error_msg));
2239 LOG(ERROR) << "Failed to open app image " << options->app_image_ << " with error "
2245 LOG(ERROR) << "Failed to open app image dex files " << options->app_image_ << " with error "
2417 app_image_ = option.substr(strlen("--app-image=")).data();
2537 const char* app_image_ = nullptr;
2559 args_->app_image_,