Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2428 zip_dup_fd_.reset(DupCloexecOrError(dex2oat.zip_fd_)); in ScopedDex2oatReporting()
2435 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()
2440 oat_dup_fd_.reset(DupCloexecOrError(dex2oat.oat_fd_)); in ScopedDex2oatReporting()
2444 vdex_dup_fd_.reset(DupCloexecOrError(dex2oat.output_vdex_fd_)); in ScopedDex2oatReporting()
2472 int DupCloexecOrError(int fd) { in DupCloexecOrError() function in art::Dex2Oat::ScopedDex2oatReporting