Home
last modified time | relevance | path

Searched refs:last_update (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dprogress.c20 static time_t last_update; variable
70 last_update = 0; in ext2fs_numeric_progress_init()
84 if (now == last_update) in ext2fs_numeric_progress_update()
86 last_update = now; in ext2fs_numeric_progress_update()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c305 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
616 (unsigned int) bss->last_update.sec, in wpa_bss_update()
617 (unsigned int) bss->last_update.usec, in wpa_bss_update()
627 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update()
926 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age()
1022 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest()
Dbss.h98 struct os_reltime last_update; member
Dwnm_sta.c666 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
Devents.c1269 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) in wpa_scan_res_match()
1274 &bss->last_update, &diff); in wpa_scan_res_match()
Dp2p_supplicant.c4723 &bss->last_update); in wpas_p2p_peer_go()
4726 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go()
6261 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
Dctrl_iface.c4525 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
/external/libcups/cups/
Dadminutil.c42 time_t last_update, char *name,
2169 time_t last_update, /* I - Last update time for file */ in get_cupsd_conf() argument
2215 else if (last_update && info.st_mtime <= last_update) in get_cupsd_conf()
2242 if (last_update) in get_cupsd_conf()
2244 httpGetDateString(last_update)); in get_cupsd_conf()
/external/libnl/python/netlink/route/
Daddress.py305 def last_update(self): member in Address
363 if stats and (self.create_time or self.last_update):
/external/e2fsprogs/misc/
De2image.c571 time_t last_update = 0; in output_meta_data_blocks() local
592 last_update = time(NULL); in output_meta_data_blocks()
637 if (show_progress && last_update != time(NULL)) { in output_meta_data_blocks()
639 last_update = time(NULL); in output_meta_data_blocks()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c4388 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()