Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_splitters_test.cpp184 auto first_string_size = 1000; in TEST() local
185 auto first_string = std::string(first_string_size, 'a'); in TEST()
186 auto second_string_size = max_size - first_string_size - 1; in TEST()
212 auto first_string_size = 1000; in TEST() local
213 auto first_string = std::string(first_string_size, 'a'); in TEST()
214 auto second_string_size = max_size - first_string_size - 1 - 2 * file_header.size(); in TEST()