Searched refs:BCommandPipe (Results 1 – 4 of 4) sorted by relevance
23 BCommandPipe::BCommandPipe() in BCommandPipe() function in BCommandPipe31 BCommandPipe::~BCommandPipe() in ~BCommandPipe()38 BCommandPipe::AddArg(const char* arg) in AddArg()57 BCommandPipe::PrintToStream() const in PrintToStream()67 BCommandPipe::FlushArgs() in FlushArgs()79 BCommandPipe::Close() in Close()94 BCommandPipe::Argv(int32& argc) const in Argv()112 BCommandPipe::PipeAll(int* stdOutAndErr) const in PipeAll()147 BCommandPipe::Pipe(int* stdOut, int* stdErr) const in Pipe()180 BCommandPipe::Pipe(int* stdOut) const in Pipe()[all …]
24 class BCommandPipe {26 BCommandPipe();27 virtual ~BCommandPipe();82 BCommandPipe& operator<<(const char* arg);83 BCommandPipe& operator<<(const BString& arg);84 BCommandPipe& operator<<(const BCommandPipe& arg);96 using BPrivate::BCommandPipe;
21 class UnzipEngine : private BCommandPipe::LineReader {39 friend class BCommandPipe;
67 BPrivate::BCommandPipe commandPipe; in SetTo()99 BPrivate::BCommandPipe commandPipe; in UnzipPackage()