Home
last modified time | relevance | path

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

/external/chromium/base/
Dsys_info_chromeos.cc81 size_t version_key_index = std::string::npos; in ParseLsbRelease() local
83 version_key_index = lsb_release.find(kLinuxStandardBaseVersionKeys[i]); in ParseLsbRelease()
84 if (std::string::npos != version_key_index) { in ParseLsbRelease()
88 if (std::string::npos == version_key_index) { in ParseLsbRelease()
92 size_t start_index = lsb_release.find_first_of('=', version_key_index); in ParseLsbRelease()