Searched refs:found_version (Results 1 – 2 of 2) sorted by relevance
156 scoped_ptr<Version> found_version( in GetMaxVersionFromArchiveDir() local158 if (found_version->IsValid() && in GetMaxVersionFromArchiveDir()159 found_version->CompareTo(*max_version.get()) > 0) { in GetMaxVersionFromArchiveDir()160 max_version.reset(found_version.release()); in GetMaxVersionFromArchiveDir()
365 Version found_version(*installer_state.GetCurrentVersion(machine_state)); in TEST_F() local366 EXPECT_TRUE(found_version.IsValid()); in TEST_F()367 if (found_version.IsValid()) in TEST_F()368 EXPECT_TRUE(current_version.Equals(found_version)); in TEST_F()