Home | History | Annotate | Download | only in update_engine

Lines Matching refs:elapsed_days

505     data->daystart_elapsed_days = attrs["elapsed_days"];
953 // Check for the "elapsed_days" attribute in the "daystart"
960 // elapsed_days -> install-date calculation is reduced to simply
1546 int64_t elapsed_days = 0;
1548 &elapsed_days))
1551 if (elapsed_days < 0)
1554 output_object->install_date_days = elapsed_days;