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

/art/oatdump/
H A Doatdump.cc326 export_dex_location_(export_dex_location),
339 const char* const export_dex_location_; member in class:art::OatDumperOptions
468 if (options_.export_dex_location_) {
651 if (!OS::DirectoryExists(options_.export_dex_location_)) {
653 os << options_.export_dex_location_ << " output directory not found or symlink\n";
678 std::string out_dex_path(options_.export_dex_location_);
2334 export_dex_location_ = option.substr(strlen("--export-dex-to=")).data();
2444 const char* export_dex_location_ = nullptr; member in struct:art::OatdumpArgs
2464 args_->export_dex_location_,

Completed in 10 milliseconds