Searched refs:tombstone_contents (Results 1 – 2 of 2) sorted by relevance
/system/core/debuggerd/test/ |
D | dump_memory_test.cpp | 157 std::string tombstone_contents; in TEST_F() local 159 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 160 ASSERT_STREQ(g_expected_full_dump, tombstone_contents.c_str()); in TEST_F() 177 std::string tombstone_contents; in TEST_F() local 179 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 180 ASSERT_STREQ(g_expected_full_dump, tombstone_contents.c_str()); in TEST_F() 196 std::string tombstone_contents; in TEST_F() local 198 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 199 ASSERT_STREQ(g_expected_full_dump, tombstone_contents.c_str()); in TEST_F() 209 std::string tombstone_contents; in TEST_F() local [all …]
|
D | tombstone_test.cpp | 110 std::string tombstone_contents; in TEST_F() local 112 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 120 ASSERT_STREQ(expected_dump, tombstone_contents.c_str()); in TEST_F() 145 std::string tombstone_contents; in TEST_F() local 147 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 155 ASSERT_STREQ(expected_dump, tombstone_contents.c_str()); in TEST_F() 184 std::string tombstone_contents; in TEST_F() local 186 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 196 ASSERT_STREQ(expected_dump, tombstone_contents.c_str()); in TEST_F() 242 std::string tombstone_contents; in TEST_F() local [all …]
|