Home
last modified time | relevance | path

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

/aosp_15_r20/system/libbase/
H A Dlogging_splitters_test.cpp187 auto first_string_size = 1000; in TEST() local
188 auto first_string = std::string(first_string_size, 'a'); in TEST()
189 auto second_string_size = max_size - first_string_size - 1; in TEST()
215 auto first_string_size = 1000; in TEST() local
216 auto first_string = std::string(first_string_size, 'a'); in TEST()
217 auto second_string_size = max_size - first_string_size - 1 - 2 * file_header.size(); in TEST()