HomeSort by relevance Sort by last modified time
    Searched full:lockfile (Results 26 - 50 of 458) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/
utils.c 995 * relock - called to update our lockfile when we are about to detach,
999 * we had the child rewrite the lockfile (the parent might die first,
1001 * between when the parent died and the child rewrote the lockfile).
1037 * unlock - remove our lockfile
  /prebuilts/misc/linux-x86/ccache/
ccache-3.1.9.tar.gz 
  /external/autotest/tko/
parse.py 710 lockfile = open(os.path.join(path, ".parse.lock"), "w")
715 fcntl.flock(lockfile, flags)
719 lockfile.close()
728 fcntl.flock(lockfile, fcntl.LOCK_UN)
729 lockfile.close()
  /external/autotest/client/common_lib/
packages.py 402 lockfile = open(os.path.join(self.pkgmgr_dir, lockfile_name), 'w')
406 fcntl.flock(lockfile, fcntl.LOCK_EX)
437 fcntl.flock(lockfile, fcntl.LOCK_UN)
438 lockfile.close()
    [all...]
test.py 600 lockfile = open(os.path.join(self.job.tmpdir, '.testlock'), 'w')
602 fcntl.flock(lockfile, fcntl.LOCK_EX)
609 fcntl.flock(lockfile, fcntl.LOCK_UN)
610 lockfile.close()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 81 WINBASEAPI WINBOOL WINAPI LockFile (HANDLE hFile, DWORD dwFileOffsetLow, DWORD dwFileOffsetHigh, DWORD nNumberOfBytesToLockLow, DWORD nNumberOfBytesToLockHigh);
  /build/blueprint/microfactory/
microfactory.go 559 lockFile, err := os.OpenFile(lockFileName, os.O_RDWR|os.O_CREATE, 0666)
563 defer lockFile.Close()
565 err = syscall.Flock(int(lockFile.Fd()), syscall.LOCK_EX)
  /external/autotest/server/cros/faft/
firmware_test.py 43 self.lockfile = '/var/tmp/faft/lock'
450 """Creates the FAFT lockfile."""
451 logging.info('Creating FAFT lockfile...')
452 command = 'touch %s' % (self.lockfile)
456 """Removes the FAFT lockfile."""
457 logging.info('Removing FAFT lockfile...')
458 command = 'rm -f %s' % (self.lockfile)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 229 int lockfile = 0; /* if set, do file locking */ variable
595 lockfile++;
596 if (lockfile > 2)
597 lockfile = 2; /* lockfile can only be 1 or 2 */
1056 Progname, Pid, Maxerrs, pre_alloc_space, lockfile);
    [all...]
  /external/libunwind/aux/
ltmain.sh 490 lockfile="$output_obj.lock"
491 removelist="$removelist $output_obj $lockfile"
495 lockfile=
501 until $run ln "$0" "$lockfile" 2>/dev/null; do
502 $show "Waiting for $lockfile to be removed"
506 if test -f "$lockfile"; then
508 *** ERROR, $lockfile exists and contains:
509 `cat $lockfile 2>/dev/null`
521 echo $srcfile > "$lockfile"
579 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; the
    [all...]
  /external/llvm/lib/Support/
LockFileManager.cpp 239 std::string S("failed to remove lockfile ");
  /toolchain/binutils/binutils-2.27/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
ltmain.sh     [all...]
  /external/libnetfilter_conntrack/
ltmain.sh     [all...]
  /external/libnfnetlink/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh 842 lockfile="$output_obj.lock"
843 removelist="$removelist $output_obj $lockfile"
848 lockfile=
854 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
855 $show "Waiting for $lockfile to be removed"
859 if test -f "$lockfile"; then
861 *** ERROR, $lockfile exists and contains:
862 `cat $lockfile 2>/dev/null`
874 $echo "$srcfile" > "$lockfile"
936 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; the
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh 842 lockfile="$output_obj.lock"
843 removelist="$removelist $output_obj $lockfile"
848 lockfile=
854 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
855 $show "Waiting for $lockfile to be removed"
859 if test -f "$lockfile"; then
861 *** ERROR, $lockfile exists and contains:
862 `cat $lockfile 2>/dev/null`
874 $echo "$srcfile" > "$lockfile"
936 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; the
    [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]

Completed in 1046 milliseconds

12 3 4 5 6 7 8 91011>>