HomeSort by relevance Sort by last modified time
    Searched refs:IN_ALL_EVENTS (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/uapi/linux/
inotify.h 54 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /external/kernel-headers/original/uapi/linux/
inotify.h 66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify04.c 118 wd_dir = myinotify_add_watch(fd_notify, TEST_DIR, IN_ALL_EVENTS);
121 "inotify_add_watch(%d, \"%s\", IN_ALL_EVENTS) [1] failed",
126 wd_file = myinotify_add_watch(fd_notify, TEST_FILE, IN_ALL_EVENTS);
129 "inotify_add_watch(%d, \"%s\", IN_ALL_EVENTS) [2] failed",
inotify05.c 157 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS);
160 "inotify_add_watch (%d, %s, IN_ALL_EVENTS) failed",
inotify01.c 180 if ((wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS)) < 0) {
182 "inotify_add_watch (%d, %s, IN_ALL_EVENTS) failed",
inotify03.c 80 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS);
83 "inotify_add_watch (%d, %s, IN_ALL_EVENTS) failed.",
inotify07.c 198 if ((wd = myinotify_add_watch(fd_notify, DIR_PATH, IN_ALL_EVENTS)) < 0) {
200 "inotify_add_watch (%d, " DIR_PATH ", IN_ALL_EVENTS) failed",
inotify02.c 247 if ((wd = myinotify_add_watch(fd_notify, ".", IN_ALL_EVENTS)) < 0) {
249 "inotify_add_watch (%d, \".\", IN_ALL_EVENTS) failed",
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
  /device/google/bonito/usb/
UsbGadget.cpp 466 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/mtp/", IN_ALL_EVENTS) == -1)
480 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/ptp/", IN_ALL_EVENTS) == -1)
530 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/adb/", IN_ALL_EVENTS) == -1)
  /device/google/crosshatch/usb/
UsbGadget.cpp 466 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/mtp/", IN_ALL_EVENTS) == -1)
480 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/ptp/", IN_ALL_EVENTS) == -1)
530 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/adb/", IN_ALL_EVENTS) == -1)
  /device/google/wahoo/usb/
UsbGadget.cpp 441 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/mtp/", IN_ALL_EVENTS) == -1)
455 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/ptp/", IN_ALL_EVENTS) == -1)
505 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/adb/", IN_ALL_EVENTS) == -1)
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go 549 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_386.go 681 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_amd64.go 681 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_arm.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_arm64.go 683 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_mips.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_mips64.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_mips64le.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_mipsle.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_ppc64.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_ppc64le.go 680 IN_ALL_EVENTS = 0xfff
    [all...]
zerrors_linux_s390x.go 680 IN_ALL_EVENTS = 0xfff
    [all...]

Completed in 828 milliseconds