Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_splitters_test.cpp141 auto long_string_x = std::string(LOGGER_ENTRY_MAX_PAYLOAD, 'x'); in TEST() local
145 auto long_strings = long_string_x + '\n' + long_string_y + '\n' + long_string_z; in TEST()
148 std::vector expected = {ReduceToMaxSize(tag, long_string_x), ReduceToMaxSize(tag, long_string_y), in TEST()