HomeSort by relevance Sort by last modified time
    Searched defs:IN_MODIFY (Results 1 - 25 of 30) sorted by null

1 2

  /external/strace/xlat/
inotify_flags.h 5 #if !(defined(IN_MODIFY) || (defined(HAVE_DECL_IN_MODIFY) && HAVE_DECL_IN_MODIFY))
6 # define IN_MODIFY 0x00000002
75 XLAT(IN_MODIFY),
  /bionic/libc/kernel/uapi/linux/
inotify.h 31 #define IN_MODIFY 0x00000002
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 31 #define IN_MODIFY 0x00000002 /* File was modified */
65 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 48 #define IN_MODIFY 0x00000002 /* File was modified. */
83 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 30 #define IN_MODIFY 0x00000002 /* File was modified */
64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 48 #define IN_MODIFY 0x00000002 /* File was modified. */
83 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE \
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 28 #define IN_MODIFY 0x00000002 /* File was modified */
61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxWatchService.java 172 private static final int IN_MODIFY = 0x00000002;
241 mask |= IN_MODIFY | IN_ATTRIB;
419 if ((mask & IN_MODIFY) > 0)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 360 IN_MODIFY = 0x2
    [all...]
zerrors_linux_amd64.go 360 IN_MODIFY = 0x2
    [all...]
zerrors_linux_arm.go 362 IN_MODIFY = 0x2
    [all...]
zerrors_linux_arm64.go 487 IN_MODIFY = 0x2
    [all...]
zerrors_linux_mips.go 468 IN_MODIFY = 0x2
    [all...]
zerrors_linux_mips64.go 483 IN_MODIFY = 0x2
    [all...]
zerrors_linux_mips64le.go 483 IN_MODIFY = 0x2
    [all...]
zerrors_linux_mipsle.go 468 IN_MODIFY = 0x2
    [all...]
zerrors_linux_ppc64.go 487 IN_MODIFY = 0x2
    [all...]
zerrors_linux_ppc64le.go 487 IN_MODIFY = 0x2
    [all...]
zerrors_linux_s390x.go 478 IN_MODIFY = 0x2
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 360 IN_MODIFY = 0x2
    [all...]
zerrors_linux_amd64.go 360 IN_MODIFY = 0x2
    [all...]
zerrors_linux_arm.go 362 IN_MODIFY = 0x2
    [all...]
zerrors_linux_arm64.go 487 IN_MODIFY = 0x2
    [all...]
zerrors_linux_mips.go 468 IN_MODIFY = 0x2
    [all...]
zerrors_linux_mips64.go 483 IN_MODIFY = 0x2
    [all...]

Completed in 726 milliseconds

1 2