Home
last modified time | relevance | path

Searched refs:tomb_outbuf (Results 1 – 1 of 1) sorted by relevance

/system/core/debuggerd/
Ddebuggerd_test.cpp2321 char tomb_outbuf[sizeof(tomb_data)]; in TEST() local
2322 ASSERT_TRUE(android::base::ReadFully(output_fd3.get(), tomb_outbuf, sizeof(tomb_outbuf))); in TEST()
2323 ASSERT_STREQ("tombstone", tomb_outbuf); in TEST()