/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-3/arch-mips/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/bionic/libc/kernel/common/asm-generic/ |
fcntl.h | 136 #ifndef F_RDLCK 137 #define F_RDLCK 0
|
/external/kernel-headers/original/asm-generic/ |
fcntl.h | 136 #ifndef F_RDLCK 137 #define F_RDLCK 0
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 123 #define F_RDLCK 0 /* Read lock. */ 160 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ 175 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 123 #define F_RDLCK 0 /* Read lock. */ 160 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ 175 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 123 #define F_RDLCK 0 /* Read lock. */ 160 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ 175 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
/external/okhttp/src/main/java/libcore/io/ |
OsConstants.java | 150 public static final int F_RDLCK = placeholder();
|
/libcore/luni/src/main/java/libcore/io/ |
OsConstants.java | 150 public static final int F_RDLCK = placeholder();
|