Searched refs:tmpResFilePath (Results 1 – 1 of 1) sorted by relevance
1804 char tmpResFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local1831 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()1832 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()1833 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()1835 if (T_FileStream_file_exists(tmpResFilePath)) { in pkg_createWindowsDLL()1836 sprintf(resFilePath, "\"%s\"", tmpResFilePath); in pkg_createWindowsDLL()