Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dsyslog_logging.h49 BRILLO_EXPORT bool FindLog(const char* string);
Dprocess_test.cc321 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()
Dsyslog_logging.cc120 bool FindLog(const char* string) { in FindLog() function