Searched refs:stdOut (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DCommandPipe.cpp115 // (stdOut)
147 BCommandPipe::Pipe(int* stdOut, int* stdErr) const argument
151 pipe(stdOut);
157 dup2(stdOut[1], STDOUT_FILENO);
180 BCommandPipe::Pipe(int* stdOut) const
184 thread_id tid = Pipe(stdOut, stdErr);
238 int stdOut[2], stdErr[2]; local
240 wait_for_thread(Pipe(stdOut, stdErr), &exitCode);
242 close(stdOut[0]);
244 close(stdOut[
[all...]
/haiku/headers/private/shared/
H A DCommandPipe.h43 // (stdOut/stdErr) when you are done with them!
44 thread_id Pipe(int* stdOut, int* stdErr) const;
45 thread_id Pipe(int* stdOut) const;

Completed in 95 milliseconds