Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dspawn.cpp183 const posix_spawn_file_actions_t* actions, in posix_spawn()
213 int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* actions, in posix_spawn()
218 int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* actions, in posix_spawnp()
319 int posix_spawn_file_actions_init(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_init()
324 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_destroy()
337 static int posix_spawn_add_file_action(posix_spawn_file_actions_t* actions, in posix_spawn_add_file_action()
374 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* actions, in posix_spawn_file_actions_addopen()
380 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t* actions, int fd) { in posix_spawn_file_actions_addclose()
385 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()
390 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t* actions, const char* path) { in posix_spawn_file_actions_addchdir_np()
[all …]