Searched refs:tombstone_contents (Results 1 – 2 of 2) sorted by relevance
/system/core/debuggerd/libdebuggerd/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 | 112 std::string tombstone_contents; in TEST_F() local 114 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 122 ASSERT_STREQ(expected_dump, tombstone_contents.c_str()); in TEST_F() 147 std::string tombstone_contents; in TEST_F() local 149 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 157 ASSERT_STREQ(expected_dump, tombstone_contents.c_str()); in TEST_F() 186 std::string tombstone_contents; in TEST_F() local 188 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents)); in TEST_F() 198 ASSERT_STREQ(expected_dump, tombstone_contents.c_str()); in TEST_F() 244 std::string tombstone_contents; in TEST_F() local [all …]
|