OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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