Home
last modified time | relevance | path

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

/external/cronet/base/test/launcher/
Dtest_launcher.cc2324 size_t end_split_bytes; in TruncateSnippetFocused() local
2327 end_split_bytes = remaining_bytes - fatal_message_start; in TruncateSnippetFocused()
2331 end_split_bytes = (snippet.length() - fatal_message_end); in TruncateSnippetFocused()
2334 end_split_bytes = remaining_bytes - start_split_bytes; in TruncateSnippetFocused()
2341 TruncateSnippet(snippet.substr(fatal_message_end), end_split_bytes)}); in TruncateSnippetFocused()