OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_okay_str
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
omaha_request_action.cc
235
string
delta_okay_str
= params->delta_okay() ? "true" : "false";
local
261
"delta_okay=\"" +
delta_okay_str
+ "\" "
[
all
...]
omaha_request_action_unittest.cc
1258
const char*
delta_okay_str
= delta_okay ? "true" : "false";
local
[
all
...]
Completed in 45 milliseconds