Searched defs:kPtyAuto (Results 1 - 1 of 1) sorted by last modified time

/system/core/adb/
H A Dcommandline.cpp680 enum PtyAllocationMode { kPtyAuto, kPtyNo, kPtyYes, kPtyDefinitely }; enumerator in enum:PtyAllocationMode
685 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T
734 } else if (tty == kPtyAuto) {

Completed in 22 milliseconds