Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc275 auto efound = line.find('='); in readFile() local
276 if (efound == std::string::npos) { in readFile()
281 std::string key(line.substr(0, efound)); in readFile()
282 std::string value(line.substr(efound+1, std::string::npos)); in readFile()