Home
last modified time | relevance | path

Searched refs:__posix_spawn_file_actions (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dspawn.h51 typedef struct __posix_spawn_file_actions* posix_spawn_file_actions_t;
/bionic/libc/bionic/
Dspawn.cpp77 struct __posix_spawn_file_actions { struct
275 *actions = reinterpret_cast<__posix_spawn_file_actions*>(calloc(1, sizeof(**actions))); in posix_spawn_file_actions_init()