HomeSort by relevance Sort by last modified time
    Searched refs:F_WRLCK (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/strace/xlat/
lockfcmds.h 7 #if defined(F_WRLCK) || (defined(HAVE_DECL_F_WRLCK) && HAVE_DECL_F_WRLCK)
8 XLAT(F_WRLCK),
  /external/ppp/pppd/plugins/radius/
lock.c 23 fl.l_type = F_WRLCK;
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 43 op = struct.pack('hhllhhl', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 76 #define F_WRLCK 1
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 145 #define F_WRLCK 1
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 104 lock.l_type = F_WRLCK;
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 38 fl.l_type = F_WRLCK;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
fcntl.h 105 #define F_WRLCK 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 105 #define F_WRLCK 1
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1

Completed in 1795 milliseconds

1 2 3 4 5