Searched defs:FDGuard (Results 1 - 1 of 1) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/ | ||
H A D | fd_guard.cpp | 24 FDGuard::FDGuard(int fd) : fd_(fd) {} in FDGuard() function in OHOS::DistributedFS::FDGuard 26 FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in FDGuard() function in OHOS::DistributedFS::FDGuard 28 FDGuard::FDGuard(FDGuard &&fdg) : fd_(fdg.fd_), autoClose_(fdg.autoClose_) in FDGuard() function in OHOS::DistributedFS::FDGuard [all...] |
Completed in 1 milliseconds