Lines Matching refs:dllFilePath
1846 char dllFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1852 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1854 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1856 uprv_strcat(dllFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1857 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1863 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1864 uprv_strcat(dllFilePath, o->version); in pkg_createWindowsDLL()
1872 uprv_strcat(dllFilePath, o->entryName); in pkg_createWindowsDLL()
1874 uprv_strcat(dllFilePath, DLL_EXT); in pkg_createWindowsDLL()
1885 …if (!o->rebuild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencF… in pkg_createWindowsDLL()
1913 dllFilePath, in pkg_createWindowsDLL()