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

/haiku/headers/private/shared/
H A DCommandPipe.h24 class BCommandPipe { class in namespace:BPrivate
26 BCommandPipe();
27 virtual ~BCommandPipe();
79 // Stardard append operators, if you use pointers to a BCommandPipe,
82 BCommandPipe& operator<<(const char* arg);
83 BCommandPipe& operator<<(const BString& arg);
84 BCommandPipe& operator<<(const BCommandPipe& arg);
96 using BPrivate::BCommandPipe;
/haiku/src/kits/shared/
H A DCommandPipe.cpp10 //! BCommandPipe class to handle reading shell output
23 BCommandPipe::BCommandPipe() function in class:BCommandPipe
31 BCommandPipe::~BCommandPipe()
38 BCommandPipe::AddArg(const char* arg)
57 BCommandPipe::PrintToStream() const
67 BCommandPipe::FlushArgs()
79 BCommandPipe::Close()
94 BCommandPipe
[all...]
/haiku/src/apps/installer/
H A DUnzipEngine.h21 class UnzipEngine : private BCommandPipe::LineReader {
38 // BCommandPipe::LineReader
39 friend class BCommandPipe;
H A DUnzipEngine.cpp67 BPrivate::BCommandPipe commandPipe;
99 BPrivate::BCommandPipe commandPipe;

Completed in 45 milliseconds