Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2440 oat_dup_fd_.reset(DupCloexecOrError(dex2oat.oat_fd_)); in ScopedDex2oatReporting()
2441 if (oat_dup_fd_ < 0) { in ScopedDex2oatReporting()
2450 oat_dup_fd_, in ScopedDex2oatReporting()
2463 oat_dup_fd_, in ~ScopedDex2oatReporting()
2480 android::base::unique_fd oat_dup_fd_; member in art::Dex2Oat::ScopedDex2oatReporting