Searched refs:version_key_index (Results 1 – 1 of 1) sorted by relevance
81 size_t version_key_index = std::string::npos; in ParseLsbRelease() local83 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()