Lines Matching refs:actions
466 * the file actions
512 posix_spawn_file_actions_t* actions,
522 err = posix_spawn_file_actions_init(actions);
535 err = posix_spawn_fncs->file_actions.addchdir_np(actions, options->cwd);
561 actions,
579 actions,
592 err = posix_spawn_file_actions_addinherit_np(actions, fd);
594 err = posix_spawn_file_actions_adddup2(actions, use_fd, fd);
618 err = posix_spawn_file_actions_addclose(actions, use_fd);
627 (void) posix_spawn_file_actions_destroy(actions);
650 posix_spawn_file_actions_t* actions,
680 err = posix_spawn(pid, options->file, actions, attrs, options->args, env);
724 err = posix_spawn(pid, b, actions, attrs, options->args, env);
756 posix_spawn_file_actions_t actions;
763 err = uv__spawn_set_posix_spawn_file_actions(&actions,
775 err = uv__spawn_resolve_and_spawn(options, &attrs, &actions, pid);
778 /* Destroy the actions/attributes */
779 (void) posix_spawn_file_actions_destroy(&actions);
783 /* In an error situation, the attributes and file actions are