Home
last modified time | relevance | path

Searched refs:GetExistingExeVersions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dinstaller_state.h254 void GetExistingExeVersions(std::set<std::string>* existing_versions) const;
Dinstaller_state_unittest.cc61 void GetExistingExeVersions(std::set<std::string>* existing_version_strings) { in GetExistingExeVersions() function in MockInstallerState
62 return InstallerState::GetExistingExeVersions(existing_version_strings); in GetExistingExeVersions()
570 installer_state.GetExistingExeVersions(&actual_exe_versions); in TEST_F()
Dinstaller_state.cc649 void InstallerState::GetExistingExeVersions( in GetExistingExeVersions() function in installer::InstallerState
684 GetExistingExeVersions(&existing_version_strings); in RemoveOldVersionDirectories()