Searched refs:oat_fd_ (Results 1 – 1 of 1) sorted by relevance
530 oat_fd_(-1), in Dex2Oat()617 ParseUintOption(option, "--oat-fd", &oat_fd_, Usage); in ParseOatFd()721 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()733 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()737 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()742 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()754 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()1276 if (oat_fd_ == -1) { in OpenFile()1323 std::unique_ptr<File> oat_file(new File(oat_fd_, oat_location_, /* check_usage */ true)); in OpenFile()1682 return IsImage() && oat_fd_ != kInvalidFd; in ShouldKeepOatFileOpen()[all …]