Home
last modified time | relevance | path

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

/system/core/adb/
Dcommandline.cpp691 enum PtyAllocationMode { kPtyAuto, kPtyNo, kPtyYes, kPtyDefinitely }; in adb_shell() enumerator
696 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell()
742 } else if (tty == kPtyAuto) { in adb_shell()