HomeSort by relevance Sort by last modified time
    Searched refs:inotify (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /external/iproute2/ip/
ipnetns.c 5 #include <sys/inotify.h>
  /external/libchrome/base/files/
file_path_watcher_linux.cc 10 #include <sys/inotify.h>
45 // Singleton to manage all inotify watches.
77 // Separate thread on which we run blocking read for inotify events.
131 // Inotify watches are installed for all directory components of |target_|.
213 // Wait until some inotify events are available.
241 DPLOG(WARNING) << "read from inotify fd failed";
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 8 #include <sys/inotify.h>
418 // Create inotify fd.
423 // Set the inotify fd to non-blocking.
  /system/core/libusbhost/
usbhost.c 45 #include <sys/inotify.h>
223 /* check for existing devices first, after we have inotify set up */
338 /* work around race condition between inotify and permissions management */
  /system/core/toolbox/
getevent.c 8 #include <sys/inotify.h>
  /external/strace/
strace.spec 255 - *at, inotify*, pselect6, ppoll and unshare syscalls (#178633, #191275)
Makefile 301 getcpu.c getcwd.c getrandom.c hdio.c hostname.c inotify.c io.c \
354 strace-hostname.$(OBJEXT) strace-inotify.$(OBJEXT) \
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 29 #include <sys/inotify.h>
464 LOG_ALWAYS_FATAL_IF(mINotifyFd < 0, "Could not create inotify instance. errno=%d", errno);
474 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add INotify to epoll instance. errno=%d", errno);
502 ALOGE("Could not add %s to INotify watch. errno=%d", path.c_str(), errno);
577 ALOGW("Received unexpected epoll event 0x%08x for INotify.", eventItem.events);
689 ALOGW("could not get inotify event, %s\n", strerror(errno));
700 ALOGV("inotify event for path %s", path.c_str());
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Main.cpp 55 #include <sys/inotify.h>
166 IPACMERR("inotify read() error return length: %d and mask: 0x%x\n", length, mask);
    [all...]
IPACM_Wlan.cpp 47 #include <sys/inotify.h>
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 22 #include <sys/inotify.h>
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 32 #include <sys/inotify.h>
1030 /* use inotify to find when processes are done dumping */
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 29 #include <sys/inotify.h>
217 LOG_ALWAYS_FATAL_IF(result < 0, "Could not register INotify for %s. errno=%d",
225 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add INotify to epoll instance. errno=%d", errno);
821 ALOGW("Received unexpected epoll event 0x%08x for INotify.", eventItem.events);
854 // Device was removed before INotify noticed.
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 33 #include <sys/inotify.h>
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 816 milliseconds

1 2 3 4 56