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

/system/tools/aidl/tests/
H A Daidl_test_sentinel_searcher.cpp51 bool HasSentinel(const vector<string>& lines, const string& sentinel) { argument
53 if (line.find(sentinel) != string::npos) {
68 << " <success sentinel>"
69 << " <failure sentinel>" << endl;
89 cerr << "Timed out waiting for success/failure sentinel." << endl;

Completed in 186 milliseconds