Searched refs:major_version_str (Results 1 – 2 of 2) sorted by relevance
593 std::string major_version_str(version, 0, version.find('.')); in SelinuxGetVendorAndroidVersion() local594 if (!ParseInt(major_version_str, &major_version)) { in SelinuxGetVendorAndroidVersion()596 << major_version_str; in SelinuxGetVendorAndroidVersion()
1152 string major_version_str; in TEST_F() local1154 EXPECT_TRUE(store.GetString("PAYLOAD_MAJOR_VERSION", &major_version_str)); in TEST_F()1155 EXPECT_TRUE(base::StringToUint64(major_version_str, &major_version)); in TEST_F()