Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/common/file_helper/
Dfd_guard.cpp26 FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in FDGuard()
28 FDGuard::FDGuard(FDGuard &&fdg) : fd_(fdg.fd_), autoClose_(fdg.autoClose_) in FDGuard()
39 this->autoClose_ = fdg.autoClose_; in operator =()
49 if (fd_ >= 0 && autoClose_) { in ~FDGuard()
67 autoClose_ = autoClose; in SetFD()
Dfd_guard.h43 bool autoClose_ = true; variable
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
Dfd_guard.cpp26 FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in FDGuard()
28 FDGuard::FDGuard(FDGuard &&fdg) : fd_(fdg.fd_), autoClose_(fdg.autoClose_) in FDGuard()
39 this->autoClose_ = fdg.autoClose_; in operator =()
49 if (fd_ >= 0 && autoClose_) { in ~FDGuard()
67 autoClose_ = autoClose; in SetFD()
Dfd_guard.h43 bool autoClose_ = true; variable
/foundation/filemanagement/dfs_service/utils/system/src/
Ddfsu_fd_guard.cpp27 DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in DfsuFDGuard()
31 if (fd_ >= 0 && autoClose_) { in ~DfsuFDGuard()
50 autoClose_ = autoClose; in SetFD()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
Drasterizer_scanline_antialias.h73 autoClose_(true), in outline_()
102 autoClose_ = flag; in AutoClose()
217 bool autoClose_; variable
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
Drasterizer_scanline_antialias.cpp141 if (autoClose_) { in MoveTo()
160 if (autoClose_) { in MoveToByfloat()
187 if (autoClose_) { in Sort()
195 if (autoClose_) { in RewindScanlines()
/foundation/filemanagement/dfs_service/utils/system/include/
Ddfsu_fd_guard.h44 bool autoClose_ = true; variable