Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc211 oat_fd_ = std::stoi(std::string(option.substr(strlen("--oat-fd="))), nullptr, 0); in ParseArgs()
212 if (oat_fd_ < 0) { in ParseArgs()
213 Usage("Invalid --oat-fd %d", oat_fd_); in ParseArgs()
313 oat_fd_, in GetDexOptNeeded()
375 int oat_fd_ = -1; member in art::DexoptAnalyzer
/art/runtime/
Doat_file_assistant.h356 int oat_fd_ = -1; variable
Doat_file_assistant.cc861 if (oat_fd_ >= 0 && vdex_fd_ >= 0) { in GetFile()
864 oat_fd_, in GetFile()
963 oat_fd_ = oat_fd; in Reset()
/art/dex2oat/
Ddex2oat.cc664 oat_fd_(-1), in Dex2Oat()
781 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()
793 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()
797 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()
802 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()
814 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
1132 AssignIfExists(args, M::OatFd, &oat_fd_); in ParseArgs()
1258 if (oat_fd_ == -1) { in OpenFile()
1306 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()
1697 return IsImage() && oat_fd_ != kInvalidFd; in ShouldKeepOatFileOpen()
[all …]