HomeSort by relevance Sort by last modified time
    Searched refs:tombstone_contents (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/libdebuggerd/test/
dump_memory_test.cpp 206 std::string tombstone_contents; local
208 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents));
209 ASSERT_STREQ(g_expected_full_dump, tombstone_contents.c_str());
226 std::string tombstone_contents; local
228 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents));
229 ASSERT_STREQ(g_expected_full_dump, tombstone_contents.c_str());
245 std::string tombstone_contents; local
247 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents));
248 ASSERT_STREQ(g_expected_full_dump, tombstone_contents.c_str());
258 std::string tombstone_contents; local
314 std::string tombstone_contents; local
334 std::string tombstone_contents; local
359 std::string tombstone_contents; local
385 std::string tombstone_contents; local
439 std::string tombstone_contents; local
464 std::string tombstone_contents; local
485 std::string tombstone_contents; local
508 std::string tombstone_contents; local
567 std::string tombstone_contents; local
626 std::string tombstone_contents; local
684 std::string tombstone_contents; local
744 std::string tombstone_contents; local
    [all...]
tombstone_test.cpp 101 std::string tombstone_contents; local
103 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents));
111 ASSERT_STREQ(expected_dump, tombstone_contents.c_str());
136 std::string tombstone_contents; local
138 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents));
146 ASSERT_STREQ(expected_dump, tombstone_contents.c_str());
175 std::string tombstone_contents; local
177 ASSERT_TRUE(android::base::ReadFdToString(log_.tfd, &tombstone_contents));
187 ASSERT_STREQ(expected_dump, tombstone_contents.c_str());
233 std::string tombstone_contents; local
287 std::string tombstone_contents; local
339 std::string tombstone_contents; local
391 std::string tombstone_contents; local
446 std::string tombstone_contents; local
475 std::string tombstone_contents; local
    [all...]

Completed in 187 milliseconds