Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp107 time_t modtime1, modtime2; in whichFileModTimeIsLater() local
110 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
113 diff = difftime(modtime1, modtime2); in whichFileModTimeIsLater()