Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc509 oat_fd_(-1), in Dex2Oat()
613 if (!ParseInt(oat_fd_str, &oat_fd_)) { in ParseArgs()
616 if (oat_fd_ < 0) { in ParseArgs()
617 Usage("--oat-fd passed a negative value %d", oat_fd_); in ParseArgs()
856 if (oat_filename_.empty() && oat_fd_ == -1) { in ParseArgs()
860 if (!oat_filename_.empty() && oat_fd_ != -1) { in ParseArgs()
864 if (!oat_symbols.empty() && oat_fd_ != -1) { in ParseArgs()
872 if (oat_fd_ != -1 && !image_filename_.empty()) { in ParseArgs()
1105 oat_file_.reset(new File(oat_fd_, oat_location_, true)); in OpenFile()
1874 int oat_fd_; member in art::FINAL