Searched refs:oat_fd_ (Results 1 – 1 of 1) sorted by relevance
510 oat_fd_(-1), in Dex2Oat()582 ParseUintOption(option, "--oat-fd", &oat_fd_, Usage); in ParseOatFd()694 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()698 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()702 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()710 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()1181 bool create_file = oat_fd_ == -1; // as opposed to using open file descriptor in OpenFile()1197 std::unique_ptr<File> oat_file(new File(oat_fd_, oat_location_, true)); in OpenFile()1480 return IsImage() && oat_fd_ != kInvalidFd; in ShouldKeepOatFileOpen()2444 int oat_fd_; member in art::FINAL