Searched refs:last_check (Results 1 – 6 of 6) sorted by relevance
100 Timestamp last_check = start_time; in TEST() local130 if (current_time > last_check + kCheckInterval) { in TEST()131 last_check = current_time; in TEST()
376 last_check = dhp.get_badblocks_ro_run_time_epoch()377 can_run = today_time > (last_check + (6 * 24 * 60 * 60))393 last_check = dhp.get_badblocks_rw_run_time_epoch()394 can_run = today_time > (last_check + (60 * 24 * 60 * 60))
283 static time_t last_check = 0; in system_supports_ext2() local287 if (ret != -1 || (now - last_check) < 5) in system_supports_ext2()289 last_check = now; in system_supports_ext2()296 static time_t last_check = 0; in system_supports_ext4() local300 if (ret != -1 || (now - last_check) < 5) in system_supports_ext4()302 last_check = now; in system_supports_ext4()309 static time_t last_check = 0; in system_supports_ext4dev() local313 if (ret != -1 || (now - last_check) < 5) in system_supports_ext4dev()315 last_check = now; in system_supports_ext4dev()
239 last_check = match_check.group(1)240 if last_check > check_name_dashes:
191 last_check = match_check.group(1)192 if last_check > old_check_name:
1020 last_check = dhp.get_servo_micro_fw_update_time_epoch()1021 can_run = today_time > (last_check + (14 * 24 * 60 * 60))