Searched refs:sendStdio (Results 1 - 2 of 2) sorted by relevance

/system/core/include/cutils/
H A Dzygote.h24 int zygote_run_oneshot(int sendStdio, int argc, const char **argv);
/system/core/libcutils/
H A Dzygote.c42 * If sendStdio is non-zero, the current process's stdio file descriptors
45 static int send_request(int fd, int sendStdio, int argc, const char **argv) argument
75 if (sendStdio != 0) {
207 * If sendStdio is non-zero, the current process's stdio file descriptors
216 int zygote_run_oneshot(int sendStdio, int argc, const char **argv) argument

Completed in 42 milliseconds