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

/system/core/logwrapper/
H A Dlogwrap.c482 int parent_ptty; local
498 parent_ptty = open("/dev/ptmx", O_RDWR);
499 if (parent_ptty < 0) {
505 if (grantpt(parent_ptty) || unlockpt(parent_ptty) ||
506 ((child_devname = (char*)ptsname(parent_ptty)) == 0)) {
533 close(parent_ptty);
552 rc = parent(argv[0], parent_ptty, pid, status, log_target,
564 close(parent_ptty);

Completed in 43 milliseconds