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

/haiku/src/apps/expander/
H A DExpanderThread.h58 FILE* fExpanderOutput; member in class:ExpanderThread
H A DExpanderThread.cpp30 fExpanderOutput(NULL),
99 fExpanderOutput = fdopen(fStdOut, "r");
116 fExpanderOutput);
126 if (feof(fExpanderOutput))

Completed in 31 milliseconds