Home
last modified time | relevance | path

Searched refs:oat_fd_ (Results 1 – 4 of 4) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer.cc204 oat_fd_ = std::stoi(std::string(option.substr(strlen("--oat-fd="))), nullptr, 0); in ParseArgs()
205 if (oat_fd_ < 0) { in ParseArgs()
206 Usage("Invalid --oat-fd %d", oat_fd_); in ParseArgs()
325 oat_fd_, in GetDexOptNeeded()
395 int oat_fd_ = -1; member in art::dexoptanalyzer::DexoptAnalyzer
/art/dex2oat/
Ddex2oat.cc521 oat_fd_(-1), in Dex2Oat()
678 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()
690 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()
694 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()
699 if ((image_fd_ != -1) && (oat_fd_ == -1)) { in ProcessOptions()
703 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()
715 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
1084 AssignIfExists(args, M::OatFd, &oat_fd_); in ParseArgs()
1251 if (oat_fd_ == -1) { in OpenFile()
1298 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()
[all …]
/art/runtime/oat/
Doat_file_assistant.h463 int oat_fd_ = -1; variable
Doat_file_assistant.cc1113 if (oat_fd_ >= 0 && vdex_fd_ >= 0) { in GetFile()
1118 oat_fd_, in GetFile()
1254 oat_fd_ = oat_fd; in Reset()