HomeSort by relevance Sort by last modified time
    Searched refs:delta_okay_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
omaha_request_params.h 50 delta_okay_(true),
81 delta_okay_(in_delta_okay),
128 inline void set_delta_okay(bool ok) { delta_okay_ = ok; }
129 inline bool delta_okay() const { return delta_okay_; }
302 bool delta_okay_; // If this client can accept a delta member in class:chromeos_update_engine::OmahaRequestParams
omaha_request_params.cc 97 delta_okay_ = (stat((root_ + "/.nodelta").c_str(), &stbuf) < 0) &&
108 delta_okay_ = false;

Completed in 45 milliseconds