Searched refs:export_dex_location_ (Results 1 – 1 of 1) sorted by relevance
358 export_dex_location_(export_dex_location), in OatDumperOptions()373 const char* const export_dex_location_; member in art::OatDumperOptions587 if (options_.export_dex_location_) { in Dump()1002 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()1004 os << options_.export_dex_location_ << " output directory not found or symlink\n"; in ExportDexFile()1031 std::string out_dex_path(options_.export_dex_location_); in ExportDexFile()3448 export_dex_location_ = raw_option + strlen("--export-dex-to="); in ParseCustom()3591 const char* export_dex_location_ = nullptr; member3613 args_->export_dex_location_, in NeedsRuntime()