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

  /system/core/adb/
commandline.c 216 static struct termios tio_save; variable in typeref:struct:termios
223 if(tcgetattr(fd, &tio_save)) return;
237 tcsetattr(fd, TCSANOW, &tio_save);
    [all...]

Completed in 397 milliseconds