Home
last modified time | relevance | path

Searched refs:wd_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp476 wd_ = inotify_add_watch(fd, filePath_.c_str(), watchEvents); in StartNotify()
477 if (wd_ < 0) { in StartNotify()
504 return wd_; in GetWd()
509 if (inotify_rm_watch(fd, wd_) == -1) { in CloseNotify()
516 wd_ = -1; in CloseNotify()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h49 int32_t wd_ = -1; // generate from inotify_add_watch variable