Searched refs:FindLog (Results 1 – 3 of 3) sorted by relevance
49 BRILLO_EXPORT bool FindLog(const char* string);
321 EXPECT_TRUE(FindLog("did not exit normally: 11")); in TEST_F()330 EXPECT_TRUE(FindLog("did not exit normally: 9")); in TEST_F()336 EXPECT_TRUE(FindLog("Process not running")); in TEST_F()
120 bool FindLog(const char* string) { in FindLog() function