Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1801 char dllFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1807 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1809 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1811 uprv_strcat(dllFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1812 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1818 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1819 uprv_strcat(dllFilePath, o->version); in pkg_createWindowsDLL()
1827 uprv_strcat(dllFilePath, o->entryName); in pkg_createWindowsDLL()
1829 uprv_strcat(dllFilePath, DLL_EXT); in pkg_createWindowsDLL()
1840 …if (!o->rebuild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencF… in pkg_createWindowsDLL()
[all …]