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

  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 34 #define F_GETLK 14
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 36 #define F_GETLK 14
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 36 #define F_GETLK 14
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 58 #ifndef F_GETLK
59 #define F_GETLK 5
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 69 #ifndef F_GETLK
70 #define F_GETLK 5
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 99 #ifndef F_GETLK
100 #define F_GETLK 5
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 37 #define F_GETLK 14
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 39 #define F_GETLK 14
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 105 #ifndef F_GETLK
106 #define F_GETLK 5
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 104 #ifndef F_GETLK
105 #define F_GETLK 5
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 109 if (fcntl(lock_fd_, F_GETLK, &testlock) == -1) {
  /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 31 #if F_GETLK_PORTABLE==F_GETLK
99 native_cmd = F_GETLK;
314 case F_GETLK:
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 184 F_GETLK,
  /external/chromium_org/tools/android/forwarder2/
daemon.cc 106 const int ret = HANDLE_EINTR(fcntl(fd, F_GETLK, &lock_info));
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 541 if( op==F_GETLK ){
568 osFcntl(fd, F_GETLK, &l2);
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 613 if (fcntl(fd, F_GETLK, &lock) < 0) {
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 583 milliseconds