Searched defs:actions (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | spawn.cpp | 138 const posix_spawn_file_actions_t* actions, in posix_spawn() 168 int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* actions, in posix_spawn() 173 int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* actions, in posix_spawnp() 274 int posix_spawn_file_actions_init(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_init() 279 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_destroy() 292 static int posix_spawn_add_file_action(posix_spawn_file_actions_t* actions, in posix_spawn_add_file_action() 329 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* actions, in posix_spawn_file_actions_addopen() 335 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t* actions, int fd) { in posix_spawn_file_actions_addclose() 340 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()
|