Home
last modified time | relevance | path

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

/system/core/init/
Dselinux.cpp510 std::string major_version_str(version, 0, version.find('.')); in SelinuxGetVendorAndroidVersion() local
511 if (!ParseInt(major_version_str, &major_version)) { in SelinuxGetVendorAndroidVersion()
512 PLOG(FATAL) << "Failed to parse the vendor sepolicy major version " << major_version_str; in SelinuxGetVendorAndroidVersion()
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc1071 string major_version_str; in TEST_F() local
1073 EXPECT_TRUE(store.GetString("PAYLOAD_MAJOR_VERSION", &major_version_str)); in TEST_F()
1074 EXPECT_TRUE(base::StringToUint64(major_version_str, &major_version)); in TEST_F()