Home
last modified time | relevance | path

Searched defs:lock_file (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/memcheck/tests/
Dfile_locking.c24 static int lock_file(const int fd) in lock_file() function
/external/libdaemon/libdaemon/
Ddpid.c74 static int lock_file(int fd, int enable) { in lock_file() function
/external/selinux/libsemanage/src/
Dsemanage_store.c1755 const char *lock_name, const char *lock_file) in semanage_get_lock()
1826 const char *lock_file = semanage_files[SEMANAGE_TRANS_LOCK]; in semanage_get_trans_lock() local
1849 const char *lock_file = semanage_files[SEMANAGE_READ_LOCK]; in semanage_get_active_lock() local
/external/ppp/pppd/
Dutils.c869 static char lock_file[MAXPATHLEN]; variable
/external/fio/
Dfilesetup.c1376 void lock_file(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir) in lock_file() function
/external/autotest/client/virt/
Dvirt_utils.py285 def _close_mac_pool(pool, lock_file): argument