Searched refs:DupCloexecOrError (Results 1 – 1 of 1) sorted by relevance
2442 zip_dup_fd_.reset(DupCloexecOrError(dex2oat.zip_fd_)); in ScopedDex2oatReporting()2449 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()2454 oat_dup_fd_.reset(DupCloexecOrError(dex2oat.oat_fd_)); in ScopedDex2oatReporting()2458 vdex_dup_fd_.reset(DupCloexecOrError(dex2oat.output_vdex_fd_)); in ScopedDex2oatReporting()2484 int DupCloexecOrError(int fd) { in DupCloexecOrError() function in art::Dex2Oat::ScopedDex2oatReporting