Searched refs:kPtyDefinitely (Results 1 – 1 of 1) sorted by relevance
691 enum PtyAllocationMode { kPtyAuto, kPtyNo, kPtyYes, kPtyDefinitely }; in adb_shell() enumerator696 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell()720 tty = kPtyDefinitely; in adb_shell()726 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes; in adb_shell()