Searched refs:searchStr (Results 1 – 1 of 1) sorted by relevance
36 const std::string searchStr = "total success time:"; in getImpl() local46 size_t pos = line.find(searchStr); in getImpl()49 if (android::base::ParseFloat(line.substr(pos + searchStr.size()), &val)) { in getImpl()