Searched defs:autoClose (Results 1 – 4 of 4) sorted by relevance
65 bool autoClose = true; variable88 bool autoClose = true; variable112 bool autoClose = true; variable135 bool autoClose = true; variable
27 DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in DfsuFDGuard()47 void DfsuFDGuard::SetFD(int fd, bool autoClose) in SetFD()
26 FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in FDGuard()64 void FDGuard::SetFD(int fd, bool autoClose) in SetFD()