Searched defs:delta_okay (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Domaha_request_params.h129 inline bool delta_okay() const { return delta_okay_; } function in class:chromeos_update_engine::OmahaRequestParams
H A Domaha_request_action_unittest.cc1257 bool delta_okay = i == 1; local
1258 const char* delta_okay_str = delta_okay ? "true" : "false";
1272 delta_okay,
1288 EXPECT_NE(post_str.find(base::StringPrintf(" delta_okay=\"%s\"",
1313 true, // delta_okay

Completed in 69 milliseconds