Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dspawn.cpp76 struct __posix_spawn_file_action { struct
77 __posix_spawn_file_action* next; argument
79 Action what;
80 int fd;
81 int new_fd;
82 char* path;
83 int flags;
84 mode_t mode;
86 void Do() { in Do()