HomeSort by relevance Sort by last modified time
    Searched full:max_file_age_ (Results 1 - 1 of 1) sorted by null

  /system/update_engine/
p2p_manager.cc 198 const TimeDelta max_file_age_; member in class:chromeos_update_engine::P2PManagerImpl
231 max_file_age_(max_file_age) {
355 // (|max_file_age_| != 0), delete files satisfying this criteria
357 if (clock_ != nullptr && max_file_age_ != TimeDelta() &&
358 clock_->GetWallclockTime() - time > max_file_age_) {

Completed in 587 milliseconds