Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc512 oat_fd_(-1), in Dex2Oat()
619 if (!ParseInt(oat_fd_str, &oat_fd_)) { in ParseArgs()
622 if (oat_fd_ < 0) { in ParseArgs()
623 Usage("--oat-fd passed a negative value %d", oat_fd_); in ParseArgs()
862 if (oat_filename_.empty() && oat_fd_ == -1) { in ParseArgs()
866 if (!oat_filename_.empty() && oat_fd_ != -1) { in ParseArgs()
870 if (!oat_symbols.empty() && oat_fd_ != -1) { in ParseArgs()
878 if (oat_fd_ != -1 && !image_filename_.empty()) { in ParseArgs()
1111 oat_file_.reset(new File(oat_fd_, oat_location_, true)); in OpenFile()
1883 int oat_fd_; member in art::FINAL