Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc391 auto efound = line.find('='); in Read() local
392 if (efound == std::string::npos) { in Read()
400 std::string key(line.substr(0, efound)); in Read()
401 std::string value(line.substr(efound+1, std::string::npos)); in Read()