Searched defs:newWd (Results 1 - 4 of 4) sorted by relevance
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | watcher_impl.cpp | 120 int newWd = inotify_add_watch(notifyFd_, arg->fileName.c_str(), watchEvents); in StartNotify() local 133 int newWd = inotify_add_watch(notifyFd_, fileName.c_str(), watchEvents); in NotifyToWatchNewEvents() local
|
| H A D | copy.cpp | 239 int newWd = inotify_add_watch(infos->notifyFd, destPath.c_str(), watchEvents); in CopySubDir() local 675 int newWd = inotify_add_watch(infos->notifyFd, infos->destPath.c_str(), IN_MODIFY); in SubscribeLocalListener() local [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
| H A D | watcher_entity.cpp | 90 int newWd = inotify_add_watch(notifyFd_, arg->fileName.c_str(), watchEvents); in StartNotify() local 103 int newWd = inotify_add_watch(notifyFd_, fileName.c_str(), watchEvents); in NotifyToWatchNewEvents() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | copy.cpp | 303 int newWd = inotify_add_watch(infos->notifyFd, destPath.c_str(), watchEvents); in CopySubDir() local 488 int newWd = inotify_add_watch(infos->notifyFd, infos->destPath.c_str(), IN_MODIFY); in SubscribeLocalListener() local [all...] |
Completed in 4 milliseconds