Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dkernel_warning_collector.cc50 std::string::size_type end_position = content->find('\n'); in LoadKernelWarning() local
51 if (end_position == std::string::npos) { in LoadKernelWarning()
55 *signature = content->substr(0, end_position); in LoadKernelWarning()