Home
last modified time | relevance | path

Searched refs:_lock_path (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/misc/
Ddaemonize.c104 lws_daemonize(const char *_lock_path) in lws_daemonize() argument
113 if (_lock_path) { in lws_daemonize()
116 int fd = lws_open(_lock_path, O_RDONLY); in lws_daemonize()
134 _lock_path, n); in lws_daemonize()
139 n = strlen(_lock_path) + 1; in lws_daemonize()
145 strcpy(lock_path, _lock_path); in lws_daemonize()
/external/autotest/server/hosts/
Dfile_store.py32 self._lock_path = '%s.lock' % store_file
42 self._lock_path,
Dfile_store_unittest.py64 file_lock = locking.FileLock(store._lock_path,
82 file_lock = locking.FileLock(store._lock_path,
/external/libwebsockets/include/libwebsockets/
Dlws-misc.h238 lws_daemonize(const char *_lock_path);