HomeSort by relevance Sort by last modified time
    Searched full:child_devname (Results 1 - 1 of 1) sorted by null

  /system/core/logwrapper/
logwrap.c 484 char *child_devname = NULL; local
506 ((child_devname = (char*)ptsname(parent_ptty)) == 0)) {
512 child_ptty = open(child_devname, O_RDWR);

Completed in 45 milliseconds