Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1787 char dllFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1793 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1795 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1797 uprv_strcat(dllFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1798 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1804 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1805 uprv_strcat(dllFilePath, o->version); in pkg_createWindowsDLL()
1813 uprv_strcat(dllFilePath, o->entryName); in pkg_createWindowsDLL()
1815 uprv_strcat(dllFilePath, DLL_EXT); in pkg_createWindowsDLL()
1826 …if (!o->rebuild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencF… in pkg_createWindowsDLL()
[all …]