Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp113 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
119 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()