Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector.cc153 std::string id_substring = id_line.substr(strlen(prefix), std::string::npos); in GetIdFromStatus() local
155 id_substring, "\t", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL); in GetIdFromStatus()