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

/haiku/src/apps/installer/
H A DUnzipEngine.cpp67 BPrivate::BCommandPipe commandPipe; local
68 status_t ret = commandPipe.AddArg("unzip");
70 ret = commandPipe.AddArg("-l");
72 ret = commandPipe.AddArg(fPackage.String());
78 thread_id unzipThread = commandPipe.PipeInto(&stdOutAndErrPipe);
83 ret = commandPipe.ReadLines(stdOutAndErrPipe, this);
99 BPrivate::BCommandPipe commandPipe;
100 status_t ret = commandPipe.AddArg("unzip");
102 ret = commandPipe.AddArg("-o");
104 ret = commandPipe
[all...]

Completed in 27 milliseconds