Searched refs:kPty (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dshell_service.h131 kPty, member in class:SubprocessType
H A Dshell_service_test.cpp188 SubprocessType::kPty, SubprocessProtocol::kNone));
210 SubprocessType::kPty, SubprocessProtocol::kShell));
223 "", SubprocessType::kPty, SubprocessProtocol::kShell));
H A Dshell_service.cpp218 type_ = SubprocessType::kPty;
289 if (type_ == SubprocessType::kPty) {
320 if (type_ == SubprocessType::kPty) {
645 if (bytes < 0 && !(type_ == SubprocessType::kPty && errno == EIO)) {
H A Dservices.cpp224 SubprocessType type(command.empty() ? SubprocessType::kPty
233 type = SubprocessType::kPty;

Completed in 76 milliseconds