Searched refs:UV_PROCESS_SETUID (Results 1 – 6 of 6) sorted by relevance
372 if (options->flags & (UV_PROCESS_SETUID | UV_PROCESS_SETGID)) { in uv__process_child_init()386 if ((options->flags & UV_PROCESS_SETUID) && setuid(options->uid)) in uv__process_child_init()470 if (options->flags & (UV_PROCESS_SETUID | UV_PROCESS_SETGID)) { in uv__spawn_set_posix_spawn_attrs()971 UV_PROCESS_SETUID | in uv_spawn()
908 if (options->flags & (UV_PROCESS_SETGID | UV_PROCESS_SETUID)) { in uv_spawn()920 UV_PROCESS_SETUID | in uv_spawn()
1487 options.flags = UV_PROCESS_SETUID | UV_PROCESS_SETGID; in TEST_IMPL()1526 options.flags |= UV_PROCESS_SETUID; in TEST_IMPL()1619 options.flags |= UV_PROCESS_SETUID; in TEST_IMPL()
53 UV_PROCESS_SETUID = (1 << 0),
91 * ``UV_PROCESS_SETUID`` - sets the child's execution user ID to ``uv_process_options_t.uid``.
1101 UV_PROCESS_SETUID = (1 << 0), enumerator
Completed in 30 milliseconds