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

/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 84 milliseconds