HomeSort by relevance Sort by last modified time
    Searched defs:flock (Results 1 - 25 of 54) sorted by null

1 2 3

  /bionic/libc/arch-arm/syscalls/
flock.S 6 ENTRY(flock) function
15 END(flock)
  /bionic/libc/arch-mips/syscalls/
flock.S 4 .globl flock
6 .ent flock
8 flock: label
22 .end flock
  /bionic/libc/arch-x86/syscalls/
flock.S 6 ENTRY(flock) function
24 END(flock)
  /bionic/libc/kernel/arch-mips/asm/
fcntl.h 46 struct flock { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 46 struct flock { struct
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 259 * For 32 bit flocks we are converting a portable/ARM struct flock to a MIPS struct flock:
262 * struct flock { struct flock_portable {
296 struct flock flock; /* Native MIPS structure */ local
331 flock.l_type = flock_portable->l_type;
332 flock.l_whence = flock_portable->l_whence;
333 flock.l_start = (off_t) flock_portable->l_start;
334 flock.l_len = (off_t) flock_portable->l_len;
335 flock.l_sysid = 0L
    [all...]
  /external/clang/test/Sema/
warn-type-safety.c 123 struct flock { }; struct
126 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SETLK;
130 void test_argument_with_type_tag(struct flock *f)
135 fcntl(0, F_SETLK, 10); // expected-warning {{argument type 'int' doesn't match specified 'fcntl' type tag that requires 'struct flock *'}}
136 fcntl(0, F_DUPFD, f); // expected-warning {{argument type 'struct flock *' doesn't match specified 'fcntl' type tag that requires 'int'}}
  /external/kernel-headers/original/asm-mips/
fcntl.h 37 * The flavours of struct flock. "struct flock" is the ABI compliant
38 * variant. Finally struct flock64 is the LFS variant of struct flock. As
40 * contain all the same fields as struct flock.
45 struct flock { struct
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelLockingTest.java 106 FileLock flock = readWriteChannel.lock(); local
107 if (flock != null) {
108 flock.release();
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 87 /* for old implementation of bsd flock () */
98 /* operations for bsd flock(), also used by the kernel implementation */
105 #define LOCK_MAND 32 /* This is a mandatory flock ... */
117 struct flock { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 87 /* for old implementation of bsd flock () */
98 /* operations for bsd flock(), also used by the kernel implementation */
105 #define LOCK_MAND 32 /* This is a mandatory flock ... */
117 struct flock { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 87 /* for old implementation of bsd flock () */
98 /* operations for bsd flock(), also used by the kernel implementation */
105 #define LOCK_MAND 32 /* This is a mandatory flock ... */
117 struct flock { struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct

Completed in 1000 milliseconds

1 2 3