Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1786 char libFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1796 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1799 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1800 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1806 uprv_strcat(libFilePath, LIB_FILE); in pkg_createWindowsDLL()
1808 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1809 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1825 … (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) { in pkg_createWindowsDLL()
1836 libFilePath, in pkg_createWindowsDLL()