Searched refs:GetExistingExeVersions (Results 1 – 3 of 3) sorted by relevance
254 void GetExistingExeVersions(std::set<std::string>* existing_versions) const;
61 void GetExistingExeVersions(std::set<std::string>* existing_version_strings) { in GetExistingExeVersions() function in MockInstallerState62 return InstallerState::GetExistingExeVersions(existing_version_strings); in GetExistingExeVersions()570 installer_state.GetExistingExeVersions(&actual_exe_versions); in TEST_F()
649 void InstallerState::GetExistingExeVersions( in GetExistingExeVersions() function in installer::InstallerState684 GetExistingExeVersions(&existing_version_strings); in RemoveOldVersionDirectories()