Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp509 enum EscapeState { kMidFlow, kStartOfLine, kInEscape }; in stdin_read_thread_loop() enumerator
541 state = kInEscape; in stdin_read_thread_loop()
548 if (state == kInEscape) { in stdin_read_thread_loop()