Searched refs:image_dup_fd_ (Results 1 – 1 of 1) sorted by relevance
2435 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()2436 if (image_dup_fd_ < 0) { in ScopedDex2oatReporting()2449 image_dup_fd_, in ScopedDex2oatReporting()2462 image_dup_fd_, in ~ScopedDex2oatReporting()2483 android::base::unique_fd image_dup_fd_; member in art::Dex2Oat::ScopedDex2oatReporting