Home
last modified time | relevance | path

Searched refs:closeRet (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp241 int closeRet = SUCCESS_CODE; in CloseNotifyFd() local
243 closeRet = close(notifyFd_); in CloseNotifyFd()
244 if (closeRet != 0) { in CloseNotifyFd()
245 LOGE("Failed to stop notify close fd errCode:%{public}d", closeRet); in CloseNotifyFd()
248 closeRet = close(eventFd_); in CloseNotifyFd()
249 if (closeRet != 0) { in CloseNotifyFd()
250 LOGE("Failed to close eventfd errCode:%{public}d", closeRet); in CloseNotifyFd()
256 return closeRet; in CloseNotifyFd()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp119 int closeRet = ERRNO_NOERR; in CloseNotifyFd() local
125 closeRet = close(fd); in CloseNotifyFd()
126 if (closeRet != 0) { in CloseNotifyFd()
130 closeRet = close(eventFd_); in CloseNotifyFd()
131 if (closeRet != 0) { in CloseNotifyFd()
137 return closeRet; in CloseNotifyFd()

Completed in 2 milliseconds