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

1 2

  /external/strace/xlat/
inotify_flags.h 11 #if !(defined(IN_CLOSE_WRITE) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE))
12 # define IN_CLOSE_WRITE 0x00000008
77 XLAT(IN_CLOSE_WRITE),
  /bionic/libc/kernel/uapi/linux/
inotify.h 33 #define IN_CLOSE_WRITE 0x00000008
45 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
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 33 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */
49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
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 50 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed. */
52 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
68 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
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 32 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */
48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
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 50 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed. */
52 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
68 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
83 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE \
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 30 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 350 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_amd64.go 350 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_arm.go 352 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_arm64.go 477 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mips.go 458 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mips64.go 473 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mips64le.go 473 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mipsle.go 458 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_ppc64.go 477 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_ppc64le.go 477 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_s390x.go 468 IN_CLOSE_WRITE = 0x8
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 350 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_amd64.go 350 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_arm.go 352 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_arm64.go 477 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mips.go 458 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mips64.go 473 IN_CLOSE_WRITE = 0x8
    [all...]
zerrors_linux_mips64le.go 473 IN_CLOSE_WRITE = 0x8
    [all...]

Completed in 1022 milliseconds

1 2