Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc160 auto eq_pos = line.find('='); in ParseMiscInfo() local
161 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()