Lines Matching refs:oat_fd_
521 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()
1789 return IsImage() && oat_fd_ != File::kInvalidFd; in ShouldKeepOatFileOpen()
2454 oat_dup_fd_.reset(DupCloexecOrError(dex2oat.oat_fd_)); in ScopedDex2oatReporting()
2922 int oat_fd_; member in art::Dex2Oat