Home
last modified time | relevance | path

Searched refs:flock (Results 1 – 25 of 96) sorted by relevance

1234

/external/strace/
Dflock.h31 typedef struct flock struct_kernel_flock;
35 # error struct flock definition not found in <linux/fcntl.h>
Dflock.c36 SYS_FUNC(flock) in SYS_FUNC() argument
/external/ppp/pppd/plugins/radius/
Dlock.c18 struct flock fl; in do_lock_exclusive()
37 struct flock fl; in do_unlock()
/external/autotest/client/bin/
Dautotestd40 fcntl.flock(exit_file, fcntl.LOCK_EX)
49 fcntl.flock(exit_file, fcntl.LOCK_UN)
Dautotestd_monitor46 fcntl.flock(exit_code_file, fcntl.LOCK_EX)
55 fcntl.flock(exit_code_file, fcntl.LOCK_UN)
/external/clang/test/Sema/
Dwarn-type-safety.c125 struct flock { }; struct
128 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SET…
132 void test_argument_with_type_tag(struct flock *f) in test_argument_with_type_tag()
/external/chromium-trace/catapult/catapult_base/catapult_base/
Dlock.py107 fcntl.flock(target_file.fileno(), flags)
117 fcntl.flock(target_file.fileno(), fcntl.LOCK_UN)
Dcloud_storage.py226 fcntl.flock(fd, fcntl.LOCK_EX)
231 fcntl.flock(fd, fcntl.LOCK_UN)
/external/chromium-trace/catapult/devil/devil/android/
Dports.py56 fcntl.flock(fp_lock, fcntl.LOCK_EX)
76 fcntl.flock(fp_lock, fcntl.LOCK_UN)
Dforwarder.py38 fcntl.flock(self._fd, fcntl.LOCK_EX)
41 fcntl.flock(self._fd, fcntl.LOCK_UN)
/external/autotest/site_utils/
Dmerge_checksum.sh29 flock "${packages_dir}" \
/external/toybox/toys/other/
Dflock.c35 if (flock(fd, op)) { in flock_main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h63 struct flock { struct
/external/vboot_reference/futility/
Dfutility.c72 struct flock lock; in log_close()
88 struct flock lock; in log_open()
/external/valgrind/none/tests/
Dmmap_fcntl_bug.c18 struct flock fl; in main()
/external/valgrind/memcheck/tests/
Dfile_locking.c26 struct flock fl; in lock_file()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h195 struct flock { struct
/external/dhcpcd-6.8.2/
Dauth.c404 flocked = flock(fileno(fp), LOCK_EX); in get_next_rdm_monotonic_counter()
409 flocked = flock(fileno(fp), LOCK_EX); in get_next_rdm_monotonic_counter()
430 flock(fileno(fp), LOCK_UN); in get_next_rdm_monotonic_counter()
/external/toybox/toys/pending/
Duserdel.c30 struct flock lock; in update_groupfiles()
/external/compiler-rt/lib/profile/
DGCDAProfiling.c280 flock(fd, LOCK_EX); in llvm_gcda_start_file()
480 flock(fd, LOCK_UN); in llvm_gcda_end_file()
/external/mksh/src/
Dhistrap.c1539 (void)flock(fd, LOCK_EX); in mksh_lockfd()
1545 rv = flock(fd, LOCK_EX); in mksh_lockfd()
1549 struct flock lks; in mksh_lockfd()
1564 (void)flock(fd, LOCK_UN); in mksh_unlkfd()
1570 struct flock lks; in mksh_unlkfd()
/external/toybox/
DAndroid.mk91 toys/other/flock.c \
271 flock \
/external/autotest/client/cros/
Dcrash_test.py613 fcntl.flock(f.fileno(), fcntl.LOCK_EX)
617 fcntl.flock(f.fileno(), fcntl.LOCK_UN)
/external/libpcap/lbl/
Dos-sunos4.h73 int flock(int, int);
/external/tcpdump/lbl/
Dos-sunos4.h73 int flock(int, int);

1234