Searched refs:GetPrefsKey (Results 1 – 2 of 2) sorted by relevance
1164 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() function in chromeos_update_engine::PayloadState1169 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()1184 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()1192 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()1208 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()
328 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);