Home
last modified time | relevance | path

Searched refs:F_GETLK64 (Results 1 – 9 of 9) sorted by relevance

/development/ndk/platforms/android-3/header-patches/include/asm-generic/
Dfcntl.h116 #ifndef F_GETLK64
117 #define F_GETLK64 12 macro
/development/ndk/platforms/android-3/include/asm-generic/
Dfcntl.h127 #ifndef F_GETLK64
128 #define F_GETLK64 12 macro
/development/ndk/platforms/android-L/include/asm-generic/
Dfcntl.h116 #ifndef F_GETLK64
117 #define F_GETLK64 12 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dfcntl.h41 #define F_GETLK64 33 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Dfcntl.h44 #define F_GETLK64 33 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
Dfcntl.h44 #define F_GETLK64 33 macro
/development/ndk/sources/android/libportable/arch-x86/
Dfcntl.c33 if (cmd == F_GETLK64 || in WRAP()
/development/ndk/platforms/android-L/include/
Dfcntl.h50 #define F_GETLK64 F_GETLK macro
/development/ndk/sources/android/libportable/arch-mips/
Dfcntl.c127 native_cmd = F_GETLK64; in fcntl_cmd_pton()
347 case F_GETLK64: in WRAP()