Lines Matching refs:actions
486 * the file actions
532 posix_spawn_file_actions_t* actions,
542 err = posix_spawn_file_actions_init(actions);
555 err = posix_spawn_fncs->file_actions.addchdir_np(actions, options->cwd);
581 actions,
599 actions,
612 err = posix_spawn_file_actions_addinherit_np(actions, fd);
614 err = posix_spawn_file_actions_adddup2(actions, use_fd, fd);
638 err = posix_spawn_file_actions_addclose(actions, use_fd);
647 (void) posix_spawn_file_actions_destroy(actions);
670 posix_spawn_file_actions_t* actions,
700 err = posix_spawn(pid, options->file, actions, attrs, options->args, env);
744 err = posix_spawn(pid, b, actions, attrs, options->args, env);
776 posix_spawn_file_actions_t actions;
783 err = uv__spawn_set_posix_spawn_file_actions(&actions,
795 err = uv__spawn_resolve_and_spawn(options, &attrs, &actions, pid);
798 /* Destroy the actions/attributes */
799 (void) posix_spawn_file_actions_destroy(&actions);
803 /* In an error situation, the attributes and file actions are