HomeSort by relevance Sort by last modified time
    Searched refs:inotify_init (Results 1 - 25 of 39) sorted by null

1 2

  /bionic/libc/bionic/
inotify_init.cpp 31 int inotify_init() { function
  /bionic/libc/include/sys/
inotify.h 56 int inotify_init(void);
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 114 extern struct inotify_handle *inotify_init(const struct inotify_operations *);
167 static inline struct inotify_handle *inotify_init(const struct inotify_operations *ops) function
  /external/toybox/toys/other/
inotifyd.c 47 if ((fds.fd = inotify_init()) == -1) perror_exit(0);
  /external/selinux/restorecond/
restorecond.c 192 master_fd = inotify_init();
194 exitApp("inotify_init");
  /external/strace/linux/aarch64/
syscallent.h 37 [1043] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 107 mInotifyFd = inotify_init();
109 ALOGE("%s: inotify_init failure error: '%s' (%d)",
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 98 mInotifyFd = inotify_init();
100 ALOGE("%s: inotify_init failure error: '%s' (%d)", __FUNCTION__,
  /external/toybox/toys/posix/
tail.c 241 if ((TT.ffd = inotify_init()) < 0) perror_exit("inotify_init");
  /external/strace/linux/avr32/
syscallent.h 269 [240] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/hppa/
syscallent.h 275 [269] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/ia64/
syscallent.h 283 [1277] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/x86_64/
syscallent.h 254 [253] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/xtensa/
syscallent.h 269 [276] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /device/google/bonito/usb/
UsbGadget.cpp 451 unique_fd inotifyFd(inotify_init());
  /device/google/crosshatch/usb/
UsbGadget.cpp 451 unique_fd inotifyFd(inotify_init());
  /device/google/wahoo/usb/
UsbGadget.cpp 426 unique_fd inotifyFd(inotify_init());
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/iproute2/ip/
ipnetns.c 735 fd = inotify_init();
737 fprintf(stderr, "inotify_init failed: %s\n",
  /external/libchrome/base/files/
file_path_watcher_linux.cc 99 // File descriptor returned by inotify_init.
272 : inotify_fd_(inotify_init()),
276 PLOG(ERROR) << "inotify_init() failed";
  /external/strace/linux/arm/
syscallent.h 344 [316] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/i386/
syscallent.h 320 [291] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/m68k/
syscallent.h 313 [284] = { 0, TD, SEN(inotify_init), "inotify_init" },
  /external/strace/linux/mips/
syscallent-n32.h 250 [6247] = { 0, TD, SEN(inotify_init), "inotify_init" },
syscallent-n64.h 246 [5243] = { 0, TD, SEN(inotify_init), "inotify_init" },

Completed in 2973 milliseconds

1 2