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

1 2

  /external/strace/xlat/
inotify_flags.h 59 #if !(defined(IN_ISDIR) || (defined(HAVE_DECL_IN_ISDIR) && HAVE_DECL_IN_ISDIR))
60 # define IN_ISDIR 0x40000000
93 XLAT(IN_ISDIR),
  /bionic/libc/kernel/uapi/linux/
inotify.h 51 #define IN_ISDIR 0x40000000
  /external/kernel-headers/original/uapi/linux/
inotify.h 57 #define IN_ISDIR 0x40000000 /* event occurred against dir */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 79 #define IN_ISDIR 0x40000000 /* Event occurred against dir. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 56 #define IN_ISDIR 0x40000000 /* event occurred against dir */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 79 #define IN_ISDIR 0x40000000 /* Event occurred against dir. */
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 53 #define IN_ISDIR 0x40000000 /* event occurred against dir */
  /frameworks/base/media/java/android/mtp/
MtpStorageManager.java 53 private static final int IN_ISDIR = 0x40000000;
75 handleAddedObject(mObject, path, (event & IN_ISDIR) != 0);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 357 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_amd64.go 357 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_arm.go 359 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_arm64.go 484 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_mips.go 465 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_mips64.go 480 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_mips64le.go 480 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_mipsle.go 465 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_ppc64.go 484 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_ppc64le.go 484 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_s390x.go 475 IN_ISDIR = 0x40000000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 357 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_amd64.go 357 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_arm.go 359 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_arm64.go 484 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_mips.go 465 IN_ISDIR = 0x40000000
    [all...]
zerrors_linux_mips64.go 480 IN_ISDIR = 0x40000000
    [all...]

Completed in 426 milliseconds

1 2