Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1802 char libFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1812 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1815 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1816 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1822 uprv_strcat(libFilePath, LIB_FILE); in pkg_createWindowsDLL()
1824 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1825 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1841 … (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) { in pkg_createWindowsDLL()
1871 libFilePath, in pkg_createWindowsDLL()