Searched refs:eq_pos (Results 1 – 1 of 1) sorted by relevance
160 auto eq_pos = line.find('='); in ParseMiscInfo() local161 if (eq_pos == std::string::npos) { in ParseMiscInfo()166 const auto key = android::base::Trim(line.substr(0, eq_pos)); in ParseMiscInfo()167 const auto value = android::base::Trim(line.substr(eq_pos + 1)); in ParseMiscInfo()