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

1 2

  /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 \
  /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 | \
  /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)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 351 IN_CREATE = 0x100
    [all...]
zerrors_linux_amd64.go 351 IN_CREATE = 0x100
    [all...]
zerrors_linux_arm.go 353 IN_CREATE = 0x100
    [all...]
zerrors_linux_arm64.go 478 IN_CREATE = 0x100
    [all...]
zerrors_linux_mips.go 459 IN_CREATE = 0x100
    [all...]
zerrors_linux_mips64.go 474 IN_CREATE = 0x100
    [all...]
zerrors_linux_mips64le.go 474 IN_CREATE = 0x100
    [all...]
zerrors_linux_mipsle.go 459 IN_CREATE = 0x100
    [all...]
zerrors_linux_ppc64.go 478 IN_CREATE = 0x100
    [all...]
zerrors_linux_ppc64le.go 478 IN_CREATE = 0x100
    [all...]
zerrors_linux_s390x.go 469 IN_CREATE = 0x100
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 351 IN_CREATE = 0x100
    [all...]
zerrors_linux_amd64.go 351 IN_CREATE = 0x100
    [all...]
zerrors_linux_arm.go 353 IN_CREATE = 0x100
    [all...]
zerrors_linux_arm64.go 478 IN_CREATE = 0x100
    [all...]
zerrors_linux_mips.go 459 IN_CREATE = 0x100
    [all...]
zerrors_linux_mips64.go 474 IN_CREATE = 0x100
    [all...]

Completed in 754 milliseconds

1 2