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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/arch-arm/syscalls/
flock.S 5 ENTRY(flock) function
14 END(flock)
  /bionic/libc/arch-arm64/syscalls/
flock.S 5 ENTRY(flock) function
14 END(flock)
  /bionic/libc/arch-mips/syscalls/
flock.S 5 ENTRY(flock) function
19 END(flock)
  /bionic/libc/arch-x86_64/syscalls/
flock.S 5 ENTRY(flock) function
15 END(flock)
  /bionic/libc/arch-mips64/syscalls/
flock.S 5 ENTRY(flock) function
25 END(flock)
  /bionic/libc/arch-x86/syscalls/
flock.S 5 ENTRY(flock) function
26 END(flock)
  /external/ppp/pppd/plugins/radius/
lock.c 18 struct flock fl;
37 struct flock fl;
  /external/chromium_org/base/
os_compat_android.h 21 // The lockf() function is not available on Android; we translate to flock().
25 return flock(fd, cmd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
file.h 40 /* Operations for the `flock' call. */
51 extern int flock (int __fd, int __operation) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
file.h 40 /* Operations for the `flock' call. */
51 extern int flock (int __fd, int __operation) __THROW;
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.h 24 void flock(const Boid* boids[], int numBoids, int index, float limitX, float limitY);
  /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...]
  /art/runtime/base/
scoped_flock.cc 38 int flock_result = TEMP_FAILURE_RETRY(flock(file_->Fd(), LOCK_EX));
72 if (0 != TEMP_FAILURE_RETRY(flock(file_->Fd(), LOCK_EX))) {
93 int flock_result = TEMP_FAILURE_RETRY(flock(file_->Fd(), LOCK_UN));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 46 struct flock { struct
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 51 struct flock { struct
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 51 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
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011