Home
last modified time | relevance | path

Searched refs:GetPrefsKey (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dpayload_state.cc1175 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() function in chromeos_update_engine::PayloadState
1180 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()
1193 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()
1201 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()
1215 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()
Dpayload_state.h341 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);