Lines Matching refs:uv_process_options_t
41 uv_process_options_t options = {0};
44 ``uv_process_options_t``. To simply launch a process, you need to set only the
71 using fields in ``uv_process_options_t``.
76 Set ``uv_process_options_t.cwd`` to the corresponding directory.
81 ``uv_process_options_t.env`` is a null-terminated array of strings, each of the
88 Setting ``uv_process_options_t.flags`` to a bitwise OR of the following flags,
91 * ``UV_PROCESS_SETUID`` - sets the child's execution user ID to ``uv_process_options_t.uid``.
92 * ``UV_PROCESS_SETGID`` - sets the child's execution group ID to ``uv_process_options_t.gid``.
98 ``uv_process_options_t.args`` is done on Windows. Ignored on Unix.
186 ``uv_process_options_t``. First set the ``stdio_count`` field to the number of
187 file descriptors being set. ``uv_process_options_t.stdio`` is an array of