Searched refs:inotify (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 614 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher() argument 615 : inotify_(inotify) { in InotifyWatcher() 626 int inotify) { in WaitForFileInternal() argument 642 auto watcher = InotifyWatcher(inotify, parentPath.c_str(), IN_CREATE); in WaitForFileInternal() 669 FD_SET(inotify, &readfds); in WaitForFileInternal() 671 auto ret = select(inotify + 1, &readfds, NULL, NULL, &timeout); in WaitForFileInternal() 679 auto names = GetCreatedFileListFromInotifyFd(inotify); in WaitForFileInternal() 694 android::base::unique_fd inotify(inotify_init1(IN_CLOEXEC)); in WaitForFile() local 696 CF_EXPECT(WaitForFileInternal(path, timeoutSec, inotify.get())); in WaitForFile()
|
D | Android.bp | 64 "inotify.cpp",
|
/device/google/gs-common/aoc/sepolicy/ |
D | aocd.te | 18 # allow inotify to watch for additions/removals from /dev
|
D | aocxd.te | 12 # allow inotify to watch for additions/removals from /dev
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 173 # filemonitor-inotify.c
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 173 # filemonitor-inotify.c
|