Lines Matching refs:content
38 std::string content; member
51 ASSERT_TRUE(android::base::ReadFileToString(tmp_file.path, &result->content)); in KmemReportRawFile()
52 ASSERT_TRUE(!result->content.empty()); in KmemReportRawFile()
54 android::base::Split(result->content, "\n"); in KmemReportRawFile()
125 ASSERT_NE(result.content.find("kmem:kmalloc"), std::string::npos); in TEST()
126 ASSERT_NE(result.content.find("__alloc_skb"), std::string::npos); in TEST()
137 ASSERT_NE(result.content.find("Ptr"), std::string::npos); in TEST()
138 ASSERT_NE(result.content.find("GfpFlags"), std::string::npos); in TEST()
145 ASSERT_NE(result.content.find("kmem:kmalloc"), std::string::npos); in TEST()
146 ASSERT_NE(result.content.find("__alloc_skb"), std::string::npos); in TEST()
147 ASSERT_NE(result.content.find("system_call_fastpath"), std::string::npos); in TEST()