Home
last modified time | relevance | path

Searched refs:inotify_add_watch (Results 1 - 24 of 24) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h121 extern __s32 inotify_add_watch(struct inotify_handle *, struct inotify_watch *,
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, in inotify_add_watch() function
/third_party/musl/Benchmark/musl/
H A Dlibc_inotify.cpp27 int wd = inotify_add_watch(fd, "/dev/zero", IN_ALL_EVENTS); in Bm_function_Inotify_add_watch()
/third_party/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_inotify_add_watch_test.cpp21 * @tc.desc: This test verifies the effectiveness of inotify_add_watch make multiple calls to the test function and
32 data[i].wd = inotify_add_watch(data[i].fd, "/path/to/file", data[i].mask); in HWTEST_F()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h51 int inotify_add_watch(int, const char *, uint32_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h51 int inotify_add_watch(int, const char *, uint32_t);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h51 int inotify_add_watch(int, const char *, uint32_t);
/third_party/musl/include/sys/
H A Dinotify.h51 int inotify_add_watch(int, const char *, uint32_t);
/third_party/toybox/toys/other/
H A Dinotifyd.c68 if (inotify_add_watch(fds.fd, path, mask) < 0) perror_exit_raw(path); in inotifyd_main()
/third_party/eudev/src/libudev/
H A Dlibudev-queue.c248 r = inotify_add_watch(fd, UDEV_ROOT_RUN "/udev" , IN_DELETE); in udev_queue_get_fd()
/third_party/eudev/src/udev/
H A Dudev-watch.c104 wd = inotify_add_watch(inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE); in udev_watch_begin()
106 log_error_errno(errno, "inotify_add_watch(%d, %s, %o) failed: %m", in udev_watch_begin()
H A Dudevd.c1306 inotify_add_watch(fd_inotify, UDEV_RULES_DIR, in main()
1308 inotify_add_watch(fd_inotify, UDEV_CONF_DIR "/rules.d", in main()
1314 inotify_add_watch(fd_inotify, UDEV_ROOT_RUN "/udev/rules.d", in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dinotify.c39 return inotify_add_watch(fd, "/data", mask); in inotify_add_watch_test()
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs39 /// Configuration options for [`inotify_add_watch`](fn.inotify_add_watch.html).
153 /// For more information see, [inotify_add_watch(2)](https://man7.org/linux/man-pages/man2/inotify_add_watch.2.html).
160 libc::inotify_add_watch(self.fd, cstr.as_ptr(), mask.bits()) in add_watch()
167 /// inotify_add_watch.
/third_party/glfw/src/
H A Dlinux_joystick.c320 _glfw.linjs.watch = inotify_add_watch(_glfw.linjs.inotify, in _glfwInitJoysticksLinux()
/third_party/alsa-utils/alsactl/
H A Dmonitor.c417 wd = inotify_add_watch(infd, "/dev/snd/", IN_CREATE); in monitor()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c275 wd = inotify_add_watch(handle->loop->inotify_fd, path, events); in uv_fs_event_start()
/third_party/toybox/lib/
H A Dportability.c258 if ((not->fds[i] = inotify_add_watch(not->kq, path, IN_MODIFY))==-1) in xnotify_add()
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c662 r = inotify_add_watch(u->inotify_fd, "/dev/snd", IN_ATTRIB|IN_CLOSE_WRITE|IN_DELETE_SELF|IN_MOVE_SELF); in setup_inotify()
683 pa_log("inotify_add_watch() failed: %s", pa_cstrerror(saved_errno)); in setup_inotify()
/third_party/libuv/src/unix/
H A Dlinux.c2573 wd = inotify_add_watch(loop->inotify_fd, path, events); in uv_fs_event_start()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3052 pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; in inotify_add_watch() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3441 pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; in inotify_add_watch() functions
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3229 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_notifier_thread_run()
3256 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_device_init_notifier()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4416 pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; in inotify_add_watch() functions

Completed in 49 milliseconds