Home
last modified time | relevance | path

Searched refs:FindLog (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dprocess_unittest.cc222 EXPECT_TRUE(FindLog("Unable to fstat fd 2:")); in TEST_F()
302 EXPECT_TRUE(FindLog("did not exit normally: 11")); in TEST_F()
311 EXPECT_TRUE(FindLog("did not exit normally: 9")); in TEST_F()
317 EXPECT_TRUE(FindLog("Process not running")); in TEST_F()
Dsyslog_logging.h44 BRILLO_EXPORT bool FindLog(const char* string);
Dsyslog_logging.cc117 bool FindLog(const char* string) { in FindLog() function