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

  /bionic/libc/bionic/
inotify_init.cpp 31 int inotify_init() { function
  /development/ndk/platforms/android-3/include/sys/
inotify.h 37 extern int inotify_init(void);
  /bionic/libc/include/sys/
inotify.h 43 extern int inotify_init(void);
  /development/ndk/platforms/android-L/include/sys/
inotify.h 43 extern int inotify_init(void);
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 285 inotifyFD = inotify_init();
287 ALOGE("AudioHotplugThread: inotify_init failed");
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 107 mInotifyFd = inotify_init();
109 ALOGE("%s: inotify_init failure error: '%s' (%d)",
  /external/iproute2/ip/
ipnetns.c 253 fd = inotify_init();
255 fprintf(stderr, "inotify_init failed: %s\n",
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 209 RESTRICT_SYSCALL_DEATH_TEST(inotify_init);
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 77 // File descriptor returned by inotify_init.
256 inotify_fd_(inotify_init()),
259 PLOG(ERROR) << "inotify_init() failed";
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc     [all...]
  /bionic/libc/
Android.mk 126 bionic/inotify_init.cpp \
    [all...]

Completed in 2374 milliseconds