Home
last modified time | relevance | path

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

/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()
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()
H A Dfd_guard.h43 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()
31 if (fd_ >= 0 && autoClose_) { in ~DfsuFDGuard()
50 autoClose_ = autoClose; in SetFD()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_antialias.cpp141 if (autoClose_) { in MoveTo()
160 if (autoClose_) { in MoveToByfloat()
187 if (autoClose_) { in Sort()
195 if (autoClose_) { in RewindScanlines()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_antialias.h73 autoClose_(true),
102 autoClose_ = flag; in AutoClose()
217 bool autoClose_; variable
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_fd_guard.h44 bool autoClose_ = true; variable