Lines Matching refs:childShell
33 if (childShell != nullptr) { in ~AsyncCmd()
34 delete childShell; in ~AsyncCmd()
35 childShell = nullptr; in ~AsyncCmd()
41 if (childShell != nullptr && !childShell->ReadyForRelease()) { in ReadyForRelease()
49 if (childShell != nullptr) { in ReadyForRelease()
50 delete childShell; in ReadyForRelease()
51 childShell = nullptr; in ReadyForRelease()
60 if (childShell != nullptr) { in DoRelease()
61 childShell->StopWorkOnThread(false, nullptr); in DoRelease()
263 …childShell = new(std::nothrow) HdcFileDescriptor(loop, fd, this, ChildReadCallback, FinishShellPro… in ExecuteCommand()
264 if (childShell == nullptr) { in ExecuteCommand()
268 if (!childShell->StartWorkOnThread()) { in ExecuteCommand()