Home
last modified time | relevance | path

Searched refs:log_filepath (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dvhost.c974 if (info->log_filepath) { in lws_create_vhost()
978 vh->log_fd = lws_open(info->log_filepath, in lws_create_vhost()
982 info->log_filepath); in lws_create_vhost()
987 if (chown(info->log_filepath, context->uid, in lws_create_vhost()
990 info->log_filepath); in lws_create_vhost()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h313 const char *log_filepath; member
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c669 a->info->log_filepath = a->p; in lejp_vhosts_cb()