/third_party/node/tools/gyp/pylib/gyp/ |
H A D | flock_tool.py | 36 def ExecFlock(self, lockfile, *cmd_list): 43 fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
|
H A D | mac_tool.py | 253 def ExecFlock(self, lockfile, *cmd_list): 256 fd = os.open(lockfile, os.O_RDONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | flock_tool.py | 36 def ExecFlock(self, lockfile, *cmd_list): 43 fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
|
H A D | mac_tool.py | 253 def ExecFlock(self, lockfile, *cmd_list): 256 fd = os.open(lockfile, os.O_RDONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
|
/third_party/alsa-utils/alsactl/ |
H A D | lock.c | 154 if (lockfile[0] == '/') in state_lock_file() 155 snprintf(buf, buflen, "%s", lockfile); in state_lock_file() 157 snprintf(buf, buflen, "%s/%s", lockpath, lockfile); in state_lock_file()
|
H A D | alsactl.c | 56 char *lockfile = SYS_LOCKFILE; variable 317 lockfile = optarg; in main()
|
H A D | alsactl.h | 14 extern char *lockfile;
|
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 169 if (!opts || !opts.lockfile) { 171 message: 'mapWorkspaces.virtual missing lockfile info', 176 const { packages = {} } = opts.lockfile
|
/third_party/curl/tests/server/ |
H A D | util.c | 328 FILE *lockfile; in set_advisor_read_lock() local 333 lockfile = fopen(filename, "wb"); in set_advisor_read_lock() 334 } while(!lockfile && ((error = errno) == EINTR)); in set_advisor_read_lock() 335 if(!lockfile) { in set_advisor_read_lock() 342 res = fclose(lockfile); in set_advisor_read_lock()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 2119 lockfile="$output_obj.lock" 2123 lockfile= 2129 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 2130 func_echo "Waiting for $lockfile to be removed" 2134 if test -f "$lockfile"; then 2136 *** ERROR, $lockfile exists and contains: 2137 `cat $lockfile 2>/dev/null` 2150 $ECHO "$srcfile" > "$lockfile" 2154 func_append removelist " $lockfile" 2185 test "X`cat $lockfile [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A 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 [all...] |
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 231 int lockfile = 0; /* if set, do file locking */ variable 598 lockfile++; in main() 599 if (lockfile > 2) in main() 600 lockfile = 2; /* lockfile can only be 1 or 2 */ in main() 1059 Progname, Pid, Maxerrs, pre_alloc_space, lockfile); in main() 1461 lkfile(fd, LOCK_EX, LKLVL1); /* lock if lockfile is LKLVL1 */ in main() 2285 if (Debug > 0 && lockfile) { in growfile() 2674 lockfile, (long)Woffset, Grow_incr, in check_write() 2949 if (lockfile in lkfile() [all...] |
/third_party/backends/backend/ |
H A D | qcam.c | 281 char lockfile[128]; in qc_lock_wait() local 283 sprintf (lockfile, "/tmp/LOCK.qcam.0x%x", q->port); in qc_lock_wait() 284 q->lock_fd = open (lockfile, O_WRONLY | O_CREAT | O_EXCL, 0666); in qc_lock_wait() 288 lockfile, strerror (errno)); in qc_lock_wait() 312 char lockfile[128]; in qc_unlock() local 348 sprintf (lockfile, "/tmp/LOCK.qcam.0x%x", q->port); in qc_unlock() 350 unlink (lockfile); in qc_unlock()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | shrinkwrap.js | 51 // lockfile versions 55 const upgrade = { 'lockfile-version': 3 } 56 const downgrade = { 'lockfile-version': 1 } 66 } else if (file === 'hidden-lockfile') { 102 CREATED: (v = '') => [`created a lockfile as npm-shrinkwrap.json${v && ` with version ${v}`}`], 175 t.test('with hidden lockfile', t => 176 shrinkwrapMatrix(t, 'hidden-lockfile', {
|
/third_party/eudev/ |
H A D | ltmain.sh | 3502 lockfile=$output_obj.lock 3506 lockfile= 3512 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 3513 func_echo "Waiting for $lockfile to be removed" 3517 if test -f "$lockfile"; then 3519 *** ERROR, $lockfile exists and contains: 3520 `cat $lockfile 2>/dev/null` 3533 $ECHO "$srcfile" > "$lockfile" 3537 func_append removelist " $lockfile" 3568 test "X`cat $lockfile [all...] |
/third_party/curl/ |
H A D | ltmain.sh | 3700 lockfile=$output_obj.lock 3704 lockfile= 3710 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 3711 func_echo "Waiting for $lockfile to be removed" 3715 if test -f "$lockfile"; then 3717 *** ERROR, $lockfile exists and contains: 3718 `cat $lockfile 2>/dev/null` 3731 $ECHO "$srcfile" > "$lockfile" 3735 func_append removelist " $lockfile" 3766 test "X`cat $lockfile [all...] |
/third_party/lame/ |
H A 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 [all...] |
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 3700 lockfile=$output_obj.lock 3704 lockfile= 3710 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 3711 func_echo "Waiting for $lockfile to be removed" 3715 if test -f "$lockfile"; then 3717 *** ERROR, $lockfile exists and contains: 3718 `cat $lockfile 2>/dev/null` 3731 $ECHO "$srcfile" > "$lockfile" 3735 func_append removelist " $lockfile" 3766 test "X`cat $lockfile [all...] |
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 3700 lockfile=$output_obj.lock 3704 lockfile= 3710 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 3711 func_echo "Waiting for $lockfile to be removed" 3715 if test -f "$lockfile"; then 3717 *** ERROR, $lockfile exists and contains: 3718 `cat $lockfile 2>/dev/null` 3731 $ECHO "$srcfile" > "$lockfile" 3735 func_append removelist " $lockfile" 3766 test "X`cat $lockfile [all...] |
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 3701 lockfile=$output_obj.lock 3705 lockfile= 3711 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do 3712 func_echo "Waiting for $lockfile to be removed" 3716 if test -f "$lockfile"; then 3718 *** ERROR, $lockfile exists and contains: 3719 `cat $lockfile 2>/dev/null` 3732 $ECHO "$srcfile" > "$lockfile" 3736 func_append removelist " $lockfile" 3767 test "X`cat $lockfile [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A 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 [all...] |