Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp38 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2);
78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater()
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater()
108 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) { in whichFileModTimeIsLater() function