Searched refs:image_dup_fd_ (Results 1 – 1 of 1) sorted by relevance
2457 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()2458 if (image_dup_fd_ < 0) { in ScopedDex2oatReporting()2471 image_dup_fd_, in ScopedDex2oatReporting()2482 image_dup_fd_, in ~ScopedDex2oatReporting()2503 android::base::unique_fd image_dup_fd_; member in art::Dex2Oat::ScopedDex2oatReporting