Searched refs:fdPTY (Results 1 – 2 of 2) sorted by relevance
39 fdPTY = 0; in HdcShell()60 Base::CloseFd(fdPTY); in ReadyForRelease()89 if (fdPTY <= 0) { in SpecialSignal()92 pid_t tpgid = tcgetpgrp(fdPTY); in SpecialSignal()269 if ((fdPTY = CreateSubProcessPTY(Base::GetShellPath().c_str(), "-", 0, &pidShell)) < 0) { in StartShell()273 …childShell = new(std::nothrow) HdcFileDescriptor(loopTask, fdPTY, this, ChildReadCallback, FinishS… in StartShell()
40 int fdPTY; variable