Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1772 char libFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1782 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1785 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1786 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1792 uprv_strcat(libFilePath, LIB_FILE); in pkg_createWindowsDLL()
1794 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1795 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1811 … (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) { in pkg_createWindowsDLL()
1822 libFilePath, in pkg_createWindowsDLL()