Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat.cc2428 zip_dup_fd_.reset(DupCloexecOrError(dex2oat.zip_fd_)); in ScopedDex2oatReporting()
2429 if (zip_dup_fd_ < 0) { in ScopedDex2oatReporting()
2448 PaletteNotifyStartDex2oatCompilation(zip_dup_fd_, in ScopedDex2oatReporting()
2461 PaletteNotifyEndDex2oatCompilation(zip_dup_fd_, in ~ScopedDex2oatReporting()
2482 android::base::unique_fd zip_dup_fd_; member in art::Dex2Oat::ScopedDex2oatReporting