Searched refs:export_dex_location_ (Results 1 – 1 of 1) sorted by relevance
365 export_dex_location_(export_dex_location), in OatDumperOptions()380 const char* const export_dex_location_; member in art::OatDumperOptions602 if (options_.export_dex_location_) { in Dump()1182 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()1184 os << options_.export_dex_location_ << " output directory not found or symlink\n"; in ExportDexFile()1211 std::string out_dex_path(options_.export_dex_location_); in ExportDexFile()3638 export_dex_location_ = option.substr(strlen("--export-dex-to=")).data(); in ParseCustom()3781 const char* export_dex_location_ = nullptr; member3803 args_->export_dex_location_, in NeedsRuntime()