Searched refs:pidline (Results 1 – 1 of 1) sorted by relevance
509 char pidline[256]; in TEST_F() local510 sprintf(pidline, "pid:\t%d", pid_); in TEST_F()511 EXPECT_NE((char*)NULL, strstr(buffer, pidline)) << buffer; in TEST_F()