Home | History | Annotate | Download | only in update_engine

Lines Matching full:prefs_key

1137   string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source);
1138 prefs_->SetInt64(prefs_key, current_bytes_downloaded);
1162 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source);
1163 prefs_->SetInt64(prefs_key, total_bytes_downloaded);