OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:powerwash_count
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
hardware_chromeos.cc
48
// The
powerwash_count
marker file contains the number of times the device was
51
const char kPowerwashCountMarker[] = "
powerwash_count
";
131
int
powerwash_count
;
local
138
if (!base::StringToInt(contents, &
powerwash_count
))
140
return
powerwash_count
;
omaha_request_action.cc
549
int
powerwash_count
= system_state_->hardware()->GetPowerwashCount();
local
550
if (
powerwash_count
> 0) {
552
<< "
powerwash_count
is " <<
powerwash_count
;
[
all
...]
Completed in 2632 milliseconds