Home
last modified time | relevance | path

Searched refs:kProgressLogTimeoutSeconds (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h59 static const unsigned kProgressLogTimeoutSeconds; variable
428 base::TimeDelta::FromSeconds(kProgressLogTimeoutSeconds)};
H A Ddelta_performer.cc75 const unsigned DeltaPerformer::kProgressLogTimeoutSeconds = 30; member in chromeos_update_engine::DeltaPerformer