Searched defs:oat_filename_ (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc2385 oat_filename_ = option.substr(strlen("--oat-file=")).data();
2397 oat_filename_ = option.substr(strlen("--symbolize=")).data();
2440 if (image_location_ == nullptr && oat_filename_ == nullptr) {
2443 } else if (image_location_ != nullptr && oat_filename_ != nullptr) {
2522 const char* oat_filename_ = nullptr; member in struct:art::OatdumpArgs
2546 bool absolute_addresses = (args_->oat_filename_ == nullptr);
2569 CHECK(args_->oat_filename_ != nullptr);
2579 return SymbolizeOat(args_->oat_filename_, args_->output_name_, no_bits) == EXIT_SUCCESS;
2582 args_->oat_filename_,
2591 if (args_->oat_filename_ !
[all...]

Completed in 25 milliseconds