/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.init | 23 lockfile=/var/lock/subsys/$prog 58 touch $lockfile 68 rm -f $lockfile 78 [ -e $lockfile ] && restart
|
/external/curl/tests/server/ |
D | util.c | 270 FILE *lockfile; in set_advisor_read_lock() local 275 lockfile = fopen(filename, "wb"); in set_advisor_read_lock() 276 } while((lockfile == NULL) && ((error = errno) == EINTR)); in set_advisor_read_lock() 277 if(lockfile == NULL) { in set_advisor_read_lock() 284 res = fclose(lockfile); in set_advisor_read_lock()
|
/external/autotest/client/bin/ |
D | cpuset.py | 182 lockfile = open(lockname, 'w') 183 fcntl.flock(lockfile, fcntl.LOCK_EX) 184 return lockfile 187 def my_unlock(lockfile): argument 188 fcntl.flock(lockfile, fcntl.LOCK_UN) 189 lockfile.close() 462 lockfile = my_lock('inner') # serialize race between parallel tests 489 my_unlock(lockfile)
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 13 This test verifies that flashrom creates a lockfile while performing 15 reboot requests while the lockfile exists.
|
/external/autotest/tko/ |
D | parse.py | 478 lockfile = open(os.path.join(path, ".parse.lock"), "w") 483 fcntl.flock(lockfile, flags) 487 lockfile.close() 497 fcntl.flock(lockfile, fcntl.LOCK_UN) 498 lockfile.close()
|
/external/libunwind/aux/ |
D | 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"; then [all …]
|
/external/autotest/client/common_lib/ |
D | test.py | 506 lockfile = open(os.path.join(self.job.tmpdir, '.testlock'), 'w') 508 fcntl.flock(lockfile, fcntl.LOCK_EX) 515 fcntl.flock(lockfile, fcntl.LOCK_UN) 516 lockfile.close()
|
D | base_packages.py | 360 lockfile = open(os.path.join(self.pkgmgr_dir, lockfile_name), 'w') 364 fcntl.flock(lockfile, fcntl.LOCK_EX) 402 fcntl.flock(lockfile, fcntl.LOCK_UN) 403 lockfile.close()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libedit/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/protobuf/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/protobuf/gtest/build-aux/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/c-ares/ |
D | ltmain.sh | 2138 lockfile="$output_obj.lock" 2142 lockfile= 2148 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2149 func_echo "Waiting for $lockfile to be removed" 2153 if test -f "$lockfile"; then 2155 *** ERROR, $lockfile exists and contains: 2156 `cat $lockfile 2>/dev/null` 2169 $ECHO "$srcfile" > "$lockfile" 2173 func_append removelist " $lockfile" 2204 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libexif/ |
D | ltmain.sh | 2141 lockfile="$output_obj.lock" 2145 lockfile= 2151 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2152 func_echo "Waiting for $lockfile to be removed" 2156 if test -f "$lockfile"; then 2158 *** ERROR, $lockfile exists and contains: 2159 `cat $lockfile 2>/dev/null` 2172 $ECHO "$srcfile" > "$lockfile" 2176 func_append removelist " $lockfile" 2207 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libmicrohttpd/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libopus/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libevent/ |
D | ltmain.sh | 2139 lockfile="$output_obj.lock" 2143 lockfile= 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2150 func_echo "Waiting for $lockfile to be removed" 2154 if test -f "$lockfile"; then 2156 *** ERROR, $lockfile exists and contains: 2157 `cat $lockfile 2>/dev/null` 2170 $ECHO "$srcfile" > "$lockfile" 2174 func_append removelist " $lockfile" 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/cmockery/cmockery_0_1_2/ |
D | libtool | 1194 lockfile="$output_obj.lock" 1195 removelist="$removelist $output_obj $lockfile" 1200 lockfile= 1206 until $run ln "$progpath" "$lockfile" 2>/dev/null; do 1207 $show "Waiting for $lockfile to be removed" 1211 if test -f "$lockfile"; then 1213 *** ERROR, $lockfile exists and contains: 1214 `cat $lockfile 2>/dev/null` 1226 $echo "$srcfile" > "$lockfile" 1288 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
D | 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"; then [all …]
|
/external/pcre/dist/ |
D | ltmain.sh | 3455 lockfile=$output_obj.lock 3459 lockfile= 3465 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 3466 func_echo "Waiting for $lockfile to be removed" 3470 if test -f "$lockfile"; then 3472 *** ERROR, $lockfile exists and contains: 3473 `cat $lockfile 2>/dev/null` 3486 $ECHO "$srcfile" > "$lockfile" 3490 func_append removelist " $lockfile" 3521 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/google-tv-pairing-protocol/cpp/ |
D | libtool | 1793 lockfile="$output_obj.lock" 1797 lockfile= 1803 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 1804 func_echo "Waiting for $lockfile to be removed" 1808 if test -f "$lockfile"; then 1810 *** ERROR, $lockfile exists and contains: 1811 `cat $lockfile 2>/dev/null` 1824 $ECHO "$srcfile" > "$lockfile" 1828 removelist="$removelist $lockfile" 1860 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
D | ltmain.sh | 1292 lockfile="$output_obj.lock" 1296 lockfile= 1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 1303 func_echo "Waiting for $lockfile to be removed" 1307 if test -f "$lockfile"; then 1309 *** ERROR, $lockfile exists and contains: 1310 `cat $lockfile 2>/dev/null` 1323 $ECHO "$srcfile" > "$lockfile" 1327 removelist="$removelist $lockfile" 1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/libvorbis/ |
D | ltmain.sh | 1292 lockfile="$output_obj.lock" 1296 lockfile= 1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 1303 func_echo "Waiting for $lockfile to be removed" 1307 if test -f "$lockfile"; then 1309 *** ERROR, $lockfile exists and contains: 1310 `cat $lockfile 2>/dev/null` 1323 $ECHO "$srcfile" > "$lockfile" 1327 removelist="$removelist $lockfile" 1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
/external/google-breakpad/autotools/ |
D | ltmain.sh | 1292 lockfile="$output_obj.lock" 1296 lockfile= 1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 1303 func_echo "Waiting for $lockfile to be removed" 1307 if test -f "$lockfile"; then 1309 *** ERROR, $lockfile exists and contains: 1310 `cat $lockfile 2>/dev/null` 1323 $ECHO "$srcfile" > "$lockfile" 1327 removelist="$removelist $lockfile" 1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|