Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dfd_guard.h27 explicit FdGuard(int32_t fd) : fd_(fd) {} in FdGuard() function
35 FdGuard(FdGuard &&other) : fd_(other.fd_) in FdGuard() function