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

/haiku/headers/private/shared/
H A DCommandPipe.h75 status_t ReadLines(FILE* file, LineReader* lineReader);
77 BString ReadLines(FILE* file);
/haiku/src/kits/shared/
H A DCommandPipe.cpp265 BCommandPipe::ReadLines(FILE* file, LineReader* lineReader) function in class:BCommandPipe
298 BCommandPipe::ReadLines(FILE* file) function in class:BCommandPipe
332 ReadLines(file, &lineReader);
/haiku/src/apps/installer/
H A DUnzipEngine.cpp83 ret = commandPipe.ReadLines(stdOutAndErrPipe, this);
121 ret = commandPipe.ReadLines(stdOutAndErrPipe, this);

Completed in 40 milliseconds