Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx3006 time_t last_rescan = 0; in thread_main_fts_source_paths() local
3017 if (last_rescan == 0) // at least one initial rescan is documented even for -t0 in thread_main_fts_source_paths()
3019 if (rescan_s > 0 && (long)now > (long)(last_rescan + rescan_s)) in thread_main_fts_source_paths()
3037 last_rescan = time(NULL); // NB: now was before scanning in thread_main_fts_source_paths()