Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp36 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2);
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath); in isFileModTimeLater()
89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater()
102 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) { in whichFileModTimeIsLater() function