Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_test.cpp598 struct CountLineAborter { struct
609 size_t CountLineAborter::newline_count = 0; argument
612 CountLineAborter::newline_count = 0; in TEST()
613 android::base::SetAborter(CountLineAborter::CountLineAborterFunction); in TEST()
619 EXPECT_EQ(CountLineAborter::newline_count, 1U); in TEST()