OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefs_key
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/
omaha_request_action.cc
166
// |arg_name| and |
prefs_key
|, if any. The return value is suitable to
170
const string
prefs_key
) {
173
if (!prefs->Exists(
prefs_key
))
176
if (!prefs->GetString(
prefs_key
, &cohort_value) || cohort_value.empty())
[
all
...]
omaha_request_action.h
215
// Persist the new cohort* value received in the XML file in the |
prefs_key
|
219
bool PersistCohortData(const std::string&
prefs_key
,
payload_state.cc
1117
string
prefs_key
= GetPrefsKey(kPrefsCurrentBytesDownloaded, source);
local
1142
string
prefs_key
= GetPrefsKey(kPrefsTotalBytesDownloaded, source);
local
[
all
...]
Completed in 54 milliseconds