Home
last modified time | relevance | path

Searched defs:autoDestruct (Results 1 – 1 of 1) sorted by relevance

/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/common/file_helper/
Dfd_guard.cpp26 FDGuard::FDGuard(int fd, bool autoDestruct) : fd_(fd), autoDestruct_(autoDestruct) {} in FDGuard()
55 void FDGuard::SetFD(int fd, bool autoDestruct) in SetFD()