Searched refs:oat_filename_ (Results 1 – 1 of 1) sorted by relevance
369 oat_filename_(oat_filename != nullptr ? std::make_optional(oat_filename) : std::nullopt), in OatDumperOptions()386 const std::optional<std::string> oat_filename_; member in art::OatDumperOptions2534 if (!options->oat_filename_.has_value()) { in DumpImages()2543 OpenOat(*options->oat_filename_, options->dex_filename_, &error_msg); in DumpImages()2545 LOG(ERROR) << "Failed to open oat file " << *options->oat_filename_ << " with error " in DumpImages()2654 OpenOat(*options->oat_filename_, options->dex_filename_, &error_msg); in DumpOat()2656 LOG(ERROR) << "Failed to open oat file from '" << *options->oat_filename_ << "': " << error_msg; in DumpOat()3162 oat_filename_ = raw_option + strlen("--oat-file="); in ParseCustom()3176 oat_filename_ = raw_option + strlen("--symbolize="); in ParseCustom()3231 if (image_location_ == nullptr && app_image_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()[all …]