Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c509 if (i->chroot_path && chroot(i->chroot_path)) { in lws_spawn_piped()
511 __func__, i->chroot_path, errno); in lws_spawn_piped()
/third_party/libwebsockets/include/libwebsockets/
Dlws-misc.h977 const char *chroot_path; member