Searched refs:powerwash_count (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/common/
H A Dfake_hardware.h32 // Value used to signal that the powerwash_count file is not present. When
134 void SetPowerwashCount(int powerwash_count) { argument
135 powerwash_count_ = powerwash_count;
/system/update_engine/
H A Dhardware_chromeos.cc52 // The powerwash_count marker file contains the number of times the device was
55 const char kPowerwashCountMarker[] = "powerwash_count";
184 int powerwash_count; local
191 if (!base::StringToInt(contents, &powerwash_count))
193 return powerwash_count;
H A Domaha_request_action.cc667 int powerwash_count = system_state_->hardware()->GetPowerwashCount(); local
668 if (powerwash_count > 0) {
670 << "powerwash_count is " << powerwash_count;

Completed in 85 milliseconds