Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dparse_install_logs.cpp42 size_t num_index = line.find(':'); in ParseRecoveryUpdateMetrics() local
43 if (num_index == std::string::npos) { in ParseRecoveryUpdateMetrics()
48 std::string num_string = android::base::Trim(line.substr(num_index + 1)); in ParseRecoveryUpdateMetrics()