Home
last modified time | relevance | path

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

/third_party/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 = (int)strlen(_lock_path) + 1; in lws_daemonize()
145 strcpy(lock_path, _lock_path); in lws_daemonize()
/third_party/libwebsockets/include/libwebsockets/
Dlws-misc.h378 lws_daemonize(const char *_lock_path);