Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dspawn.cpp177 const posix_spawn_file_actions_t* actions, in posix_spawn()
207 int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* actions, in posix_spawn()
212 int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* actions, in posix_spawnp()
313 int posix_spawn_file_actions_init(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_init()
318 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_destroy()
331 static int posix_spawn_add_file_action(posix_spawn_file_actions_t* actions, in posix_spawn_add_file_action()
368 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* actions, in posix_spawn_file_actions_addopen()
374 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t* actions, int fd) { in posix_spawn_file_actions_addclose()
379 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()