Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dcrond.c35 time_t crontabs_dir_mtime;
657 TT.crontabs_dir_mtime = sb.st_mtime; in crond_main()
669 if (TT.crontabs_dir_mtime != sb.st_mtime) { in crond_main()
670 TT.crontabs_dir_mtime = sb.st_mtime; in crond_main()
/third_party/toybox/generated/
Dglobals.h512 time_t crontabs_dir_mtime; member