Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Duwsgi.c772 …rce the initial working directory to the specified value", uwsgi_opt_set_str, &uwsgi.force_cwd, 0},
2262 if (uwsgi.force_cwd) uwsgi.cwd = uwsgi.force_cwd;
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2548 char *force_cwd; member