Searched refs:HasIncompatibleSymantecEndpointVersion (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcompat_checks_unittest.cc11 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3001.0"));
12 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1"));
13 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.2999.1"));
14 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"10.1.5000.1"));
15 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"9.5.1000.0"));
17 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L""));
18 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000"));
19 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1.2"));
20 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1"));
H A Dcompat_checks.h10 bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version);
H A Dcompat_checks.cc56 bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version) { function
/external/chromium_org/chrome/installer/setup/
H A Dcompat_checks_unittest.cc11 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3001.0"));
12 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1"));
13 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.2999.1"));
14 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"10.1.5000.1"));
15 EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"9.5.1000.0"));
17 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L""));
18 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000"));
19 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1.2"));
20 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1"));
22 EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(NUL
[all...]

Completed in 620 milliseconds