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

1 2

  /bionic/libc/include/bits/
lockf.h 42 int lockf(int __fd, int __cmd, off_t __length) __RENAME_IF_FILE_OFFSET64(lockf64) __INTRODUCED_IN(24);
  /external/libchrome/base/
os_compat_android.h 21 // The lockf() function is not available on Android; we translate to flock().
24 inline int lockf(int fd, int cmd, off_t ignored_len) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 184 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
194 extern int lockf (int __fd, int __cmd, __off_t __len);
197 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
199 # define lockf lockf64 macro
  /bionic/libc/bionic/
lockf.cpp 36 // Translate POSIX lockf into fcntl.
71 int lockf(int fd, int cmd, off_t length) { function
  /external/autotest/venv/lucifer/
leasing.py 44 fcntl.lockf(f.fileno(), fcntl.LOCK_EX | fcntl.LOCK_NB)
162 fcntl.lockf(fd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /bionic/libc/include/
fcntl.h 44 #include <bits/lockf.h>
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4393122/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4579689/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4630689/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4639204/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4691093/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /external/toolchain-utils/
file_lock_machine.py 39 fcntl.lockf(fd, fcntl.LOCK_EX | fcntl.LOCK_NB)
173 fcntl.lockf(fp, fcntl.LOCK_UN)
256 fcntl.lockf(f, fcntl.LOCK_UN)
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 187 int lockf(int, int, off_t);

Completed in 580 milliseconds

1 2