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

/haiku-fatelf/src/tests/kits/app/common/
H A DPipedAppRunner.h21 status_t GetOutput(BString *buffer);
H A DAppRunner.h26 status_t GetOutput(BString *buffer);
H A DPipedAppRunner.cpp102 // GetOutput
104 PipedAppRunner::GetOutput(BString *buffer) function in class:PipedAppRunner
H A DAppRunner.cpp175 // GetOutput
177 AppRunner::GetOutput(BString *buffer) function in class:AppRunner
/haiku-fatelf/src/tests/kits/app/bapplication/
H A DAppQuitRequestedTester.cpp38 CHK(runner.GetOutput(&buffer) == B_OK);
H A DAppQuitTester.cpp40 CHK(runner.GetOutput(&buffer) == B_OK);
136 CHK(runner.GetOutput(&buffer) == B_OK);
H A DBApplicationTester.cpp43 CHK(runner.GetOutput(&buffer) == B_OK);
H A DAppRunTester.cpp38 CHK(runner.GetOutput(&buffer) == B_OK);

Completed in 101 milliseconds