Home
last modified time | relevance | path

Searched refs:UV_PROCESS_SETGID (Results 1 – 6 of 6) sorted by relevance

/libuv/src/unix/
H A Dprocess.c372 if (options->flags & (UV_PROCESS_SETUID | UV_PROCESS_SETGID)) { in uv__process_child_init()
383 if ((options->flags & UV_PROCESS_SETGID) && setgid(options->gid)) in uv__process_child_init()
470 if (options->flags & (UV_PROCESS_SETUID | UV_PROCESS_SETGID)) { in uv__spawn_set_posix_spawn_attrs()
970 UV_PROCESS_SETGID | in uv_spawn()
/libuv/src/win/
H A Dprocess.c908 if (options->flags & (UV_PROCESS_SETGID | UV_PROCESS_SETUID)) { in uv_spawn()
919 UV_PROCESS_SETGID | in uv_spawn()
/libuv/test/
H A Dtest-spawn.c1487 options.flags = UV_PROCESS_SETUID | UV_PROCESS_SETGID; in TEST_IMPL()
1577 options.flags |= UV_PROCESS_SETGID; in TEST_IMPL()
1640 options.flags |= UV_PROCESS_SETGID; in TEST_IMPL()
/libuv/docs/src/
H A Dprocess.rst57 UV_PROCESS_SETGID = (1 << 1),
/libuv/docs/src/guide/
H A Dprocesses.rst92 * ``UV_PROCESS_SETGID`` - sets the child's execution group ID to ``uv_process_options_t.gid``.
/libuv/include/
H A Duv.h1107 UV_PROCESS_SETGID = (1 << 1), enumerator

Completed in 30 milliseconds