/external/strace/xlat/ |
inotify_flags.h | 26 #if !(defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE)) 27 # define IN_CREATE 0x00000100 82 XLAT(IN_CREATE),
|
/bionic/libc/kernel/uapi/linux/ |
inotify.h | 38 #define IN_CREATE 0x00000100 53 #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 | 19 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd. 38 #define IN_CREATE 0x00000100 /* Subfile was created */ 67 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
inotify.h | 57 #define IN_CREATE 0x00000100 /* Subfile was created. */ 85 | IN_MOVED_TO | IN_CREATE | IN_DELETE \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
inotify.h | 18 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd. 37 #define IN_CREATE 0x00000100 /* Subfile was created */ 66 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
inotify.h | 57 #define IN_CREATE 0x00000100 /* Subfile was created. */ 85 | IN_MOVED_TO | IN_CREATE | IN_DELETE \
|
/system/core/libusbhost/ |
usbhost.c | 150 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE); 157 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE); 211 context->wdd = inotify_add_watch(context->fd, DEV_DIR, IN_CREATE | IN_DELETE); 245 if ((event->mask & IN_CREATE) && !strcmp(event->name, "bus")) { 246 context->wddbus = inotify_add_watch(context->fd, DEV_BUS_DIR, IN_CREATE | IN_DELETE); 255 if ((event->mask & IN_CREATE) && !strcmp(event->name, "usb")) { 269 D("%s subdirectory %s: index: %d\n", (event->mask & IN_CREATE) ? 273 if (event->mask & IN_CREATE) { 275 IN_CREATE | IN_DELETE); 289 if (event->mask == IN_CREATE) { [all...] |
/external/ltp/testcases/kernel/syscalls/utils/ |
inotify.h | 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd. 35 #define IN_CREATE 0x00000100 /* Subfile was created */ 63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/frameworks/base/libs/usb/tests/accessorytest/ |
hid.c | 159 inotify_add_watch(inotify_fd, "/dev", IN_DELETE | IN_CREATE); 179 if(event->mask & IN_CREATE) {
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
ConnectionDetector.cpp | 120 int wd = ::inotify_add_watch(mInotifyFd, path.c_str(), IN_CREATE | IN_DELETE); 174 if (ev->mask & IN_CREATE) {
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
LinuxWatchService.java | 176 private static final int IN_CREATE = 0x00000100; 233 mask |= IN_CREATE | IN_MOVED_TO; 423 if ((mask & IN_CREATE) > 0)
|
/external/adhd/cras/src/common/ |
cras_file_wait.c | 108 if ((event->mask & (IN_CREATE|IN_MOVED_TO)) != 0) 228 flags = IN_CREATE|IN_MOVED_TO|IN_DELETE|IN_MOVED_FROM;
|
/hardware/interfaces/camera/provider/2.4/default/ |
ExternalCameraProvider.cpp | 252 mWd = inotify_add_watch(mINotifyFD, kDevicePath, IN_CREATE | IN_DELETE); 275 if (event->mask & IN_CREATE) {
|
/system/core/adb/ |
adb_auth_host.cpp | 378 if (event->mask & (IN_CREATE | IN_MOVED_TO)) { 405 int wd = inotify_add_watch(infd, path.c_str(), IN_CREATE | IN_MOVED_TO);
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
inotify02.c | 108 event_set[tst_count].mask = IN_CREATE;
|
/external/selinux/restorecond/ |
watch.c | 84 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO);
|
/external/iproute2/ip/ |
ipnetns.c | 745 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { 761 if (event->mask & IN_CREATE)
|
/external/libchrome/base/files/ |
file_path_watcher_linux.cc | 272 IN_ATTRIB | IN_CREATE | IN_DELETE | 310 event->mask & (IN_CREATE | IN_MOVED_TO),
|
/frameworks/native/libs/vr/libpdx_uds/ |
ipc_helper.cpp | 459 IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF | IN_MOVED_TO); 503 if (event->mask & (IN_CREATE | IN_MOVED_TO)) {
|
/system/core/toolbox/ |
getevent.c | 459 if(event->mask & IN_CREATE) { 625 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
|
/device/google/contexthub/contexthubhal/ |
nanohubhal.cpp | 120 } else if (inotify_add_watch(pfd->fd, NANOHUB_LOCK_DIR, IN_CREATE | IN_DELETE) < 0) {
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.cpp | 486 int wd = inotify_add_watch(mINotifyFd, path.c_str(), IN_DELETE | IN_CREATE); 687 if (event->mask & IN_CREATE) {
|
/device/google/wahoo/usb/ |
UsbGadget.cpp | 75 if (i->mask & IN_CREATE) ALOGE("IN_CREATE ");
|
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 213 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); [all...] |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | [all...] |