Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2466 vdex_dup_fd_.reset(DupCloexecOrError(dex2oat.output_vdex_fd_)); in ScopedDex2oatReporting()
2467 if (vdex_dup_fd_ < 0) { in ScopedDex2oatReporting()
2473 vdex_dup_fd_); in ScopedDex2oatReporting()
2484 vdex_dup_fd_); in ~ScopedDex2oatReporting()
2501 android::base::unique_fd vdex_dup_fd_; member in art::Dex2Oat::ScopedDex2oatReporting