Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.c489 int child_ptty; in android_fork_execvp_ext() local
518 child_ptty = TEMP_FAILURE_RETRY(open(child_devname, O_RDWR)); in android_fork_execvp_ext()
519 if (child_ptty < 0) { in android_fork_execvp_ext()
532 close(child_ptty); in android_fork_execvp_ext()
544 dup2(child_ptty, 0); in android_fork_execvp_ext()
548 dup2(child_ptty, 1); in android_fork_execvp_ext()
549 dup2(child_ptty, 2); in android_fork_execvp_ext()
550 close(child_ptty); in android_fork_execvp_ext()
554 close(child_ptty); in android_fork_execvp_ext()