Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2444 vdex_dup_fd_.reset(DupCloexecOrError(dex2oat.output_vdex_fd_)); in ScopedDex2oatReporting()
2445 if (vdex_dup_fd_ < 0) { in ScopedDex2oatReporting()
2451 vdex_dup_fd_); in ScopedDex2oatReporting()
2464 vdex_dup_fd_); in ~ScopedDex2oatReporting()
2481 android::base::unique_fd vdex_dup_fd_; member in art::Dex2Oat::ScopedDex2oatReporting