OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_date_days
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/
omaha_response.h
79
int
install_date_days
= -1;
member in struct:chromeos_update_engine::OmahaResponse
omaha_request_action.cc
237
// If
install_date_days
is not set (e.g. its value is -1 ), don't
570
int
install_date_days
= static_cast<int>(stored_value);
local
571
if (
install_date_days
>= 0)
572
return
install_date_days
;
574
<<
install_date_days
<< " looks suspicious.";
729
// Since output_object->
install_date_days
is never negative, the
732
int remainder = output_object->
install_date_days
% 7;
734
output_object->
install_date_days
- remainder;
[
all
...]
omaha_request_action.h
198
// |
install_date_days
| field of |output_object| to the value of the
208
// Writes |
install_date_days
| into the kPrefsInstallDateDays state
212
int
install_date_days
,
omaha_request_action_unittest.cc
[
all
...]
Completed in 182 milliseconds