OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_ONLYDIR
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/external/strace/xlat/
inotify_flags.h
47
#if !(defined(
IN_ONLYDIR
) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR))
48
# define
IN_ONLYDIR
0x01000000
89
XLAT(
IN_ONLYDIR
),
/bionic/libc/kernel/uapi/linux/
inotify.h
47
#define
IN_ONLYDIR
0x01000000
/development/ndk/platforms/android-21/include/linux/
inotify.h
54
#define
IN_ONLYDIR
0x01000000
/development/ndk/platforms/android-9/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/external/kernel-headers/original/uapi/linux/
inotify.h
52
#define
IN_ONLYDIR
0x01000000 /* only watch the path if it is a directory */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inotify.h
52
#define
IN_ONLYDIR
0x01000000 /* only watch the path if it is a directory */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
inotify.h
72
#define
IN_ONLYDIR
0x01000000 /* Only watch the path if it is a
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h
72
#define
IN_ONLYDIR
0x01000000 /* Only watch the path if it is a
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h
52
#define
IN_ONLYDIR
0x01000000 /* only watch the path if it is a directory */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h
72
#define
IN_ONLYDIR
0x01000000 /* Only watch the path if it is a
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
inotify.h
45
#define
IN_ONLYDIR
0x01000000
Completed in 3052 milliseconds
1
2
3
4
5