HomeSort by relevance Sort by last modified time
    Searched refs:F_GETLK64 (Results 1 - 15 of 15) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 41 #define F_GETLK64 33
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 44 #define F_GETLK64 33
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 44 #define F_GETLK64 33
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 116 #ifndef F_GETLK64
117 #define F_GETLK64 12
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 127 #ifndef F_GETLK64
128 #define F_GETLK64 12
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 116 #ifndef F_GETLK64
117 #define F_GETLK64 12
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 45 #define F_GETLK64 33
  /development/ndk/sources/android/libportable/arch-x86/
fcntl.c 33 if (cmd == F_GETLK64 ||
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 47 #define F_GETLK64 33 /* using 'struct flock64' */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 122 #ifndef F_GETLK64
124 #define F_GETLK64 12
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 119 #ifndef F_GETLK64
120 #define F_GETLK64 12 /* using 'struct flock64' */
  /bionic/libc/include/
fcntl.h 50 #define F_GETLK64 F_GETLK
  /development/ndk/platforms/android-L/include/
fcntl.h 50 #define F_GETLK64 F_GETLK
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 127 native_cmd = F_GETLK64;
347 case F_GETLK64:
  /bionic/tests/
fcntl_test.cpp 141 TEST(fcntl, f_getlk64) {
151 int rc = fcntl(fd, F_GETLK64, &check_lock);

Completed in 1021 milliseconds