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

1 2

  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 35 def ExecFlock(self, lockfile, *cmd_list):
42 fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
mac_tool.py 211 def ExecFlock(self, lockfile, *cmd_list):
214 fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666)
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 65 lockfile = open(tmpname, "w")
66 try: # use a lockfile to ensure exclusive access
67 fcntl.lockf(lockfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
72 return lockfile
200 lockfile = Power_Monitor.lock( dev )
215 lockfile.close()#will be re-locked once monsoon instance created
  /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/chromium_org/third_party/libevent/
ltmain.sh 879 lockfile="$output_obj.lock"
880 removelist="$removelist $output_obj $lockfile"
885 lockfile=
891 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
892 $show "Waiting for $lockfile to be removed"
896 if test -f "$lockfile"; then
898 *** ERROR, $lockfile exists and contains:
899 `cat $lockfile 2>/dev/null`
911 $echo "$srcfile" > "$lockfile"
973 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; the
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 871 lockfile="$output_obj.lock"
872 removelist="$removelist $output_obj $lockfile"
877 lockfile=
883 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
884 $show "Waiting for $lockfile to be removed"
888 if test -f "$lockfile"; then
890 *** ERROR, $lockfile exists and contains:
891 `cat $lockfile 2>/dev/null`
903 $echo "$srcfile" > "$lockfile"
965 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; the
    [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/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pixman/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]

Completed in 142 milliseconds

1 2