Searched refs:efound (Results 1 – 1 of 1) sorted by relevance
275 auto efound = line.find('='); in readFile() local276 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()