Searched refs:PipeInto (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/shared/
H A DCommandPipe.h52 thread_id PipeInto(FILE** _out, FILE** _err);
53 thread_id PipeInto(FILE** _outAndErr);
/haiku/src/kits/shared/
H A DCommandPipe.cpp192 BCommandPipe::PipeInto(FILE** _out, FILE** _err) function in class:BCommandPipe
214 BCommandPipe::PipeInto(FILE** _outAndErr) function in class:BCommandPipe
256 PipeInto(&f);
/haiku/src/apps/installer/
H A DUnzipEngine.cpp78 thread_id unzipThread = commandPipe.PipeInto(&stdOutAndErrPipe);
117 thread_id unzipThread = commandPipe.PipeInto(&stdOutAndErrPipe);

Completed in 68 milliseconds