HomeSort by relevance Sort by last modified time
    Searched defs:last_update (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
progress.c 20 static time_t last_update; variable
70 last_update = 0;
84 if (now == last_update)
86 last_update = now;
  /external/libnl/python/netlink/route/
address.py 305 def last_update(self): member in class:Address
363 if stats and (self.create_time or self.last_update):
365 ' {s|last-updated!k} {a|last_update}')
  /external/openssh/
progressmeter.c 67 static double last_update; /* last progress update */ variable
138 elapsed = now - last_update;
226 last_update = now;
252 start = last_update = monotime_double();
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 98 struct os_reltime last_update; member in struct:wpa_bss
  /external/e2fsprogs/misc/
e2image.c 571 time_t last_update = 0; local
592 last_update = time(NULL);
637 if (show_progress && last_update != time(NULL)) {
639 last_update = time(NULL);
    [all...]

Completed in 807 milliseconds