Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_splitters_test.cpp246 auto long_file = std::string(5000, 'x'); in TEST() local
249 std::vector expected = {ReduceToMaxSize(tag, long_file), ReduceToMaxSize(tag, long_file)}; in TEST()
251 TestLogdChunkSplitter(tag, long_file, "can't see me\nor me", expected); in TEST()