Home
last modified time | relevance | path

Searched refs:ReadLineUntilBlock (Results 1 – 2 of 2) sorted by relevance

/external/nos/test/system-test-harness/src/
Dutil.h120 string ReadLineUntilBlock();
Dutil.cc168 while (ReadLineUntilBlock().size() > 0) {} in flushConsole()
515 while (ReadLineUntilBlock() != "> ") {} in SwitchFromConsoleToProtoApi()
614 string TestHarness::ReadLineUntilBlock() { in ReadLineUntilBlock() function in test_harness::TestHarness