Searched refs:_lock_path (Results 1 – 4 of 4) sorted by relevance
104 lws_daemonize(const char *_lock_path) in lws_daemonize() argument113 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 = (int)strlen(_lock_path) + 1; in lws_daemonize()145 strcpy(lock_path, _lock_path); in lws_daemonize()
32 self._lock_path = '%s.lock' % store_file42 self._lock_path,
64 file_lock = locking.FileLock(store._lock_path,82 file_lock = locking.FileLock(store._lock_path,
378 lws_daemonize(const char *_lock_path);