Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/
H A Ddfsu_fd_guard_test.cpp65 bool autoClose = true; variable
88 bool autoClose = true; variable
112 bool autoClose = true; variable
135 bool autoClose = true; variable
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_fd_guard.cpp27 DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in DfsuFDGuard()
47 void DfsuFDGuard::SetFD(int fd, bool autoClose) in SetFD()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dfd_guard.cpp26 FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in FDGuard()
64 void FDGuard::SetFD(int fd, bool autoClose) in SetFD()