Home
last modified time | relevance | path

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

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