Searched refs:tmpResFilePath (Results 1 – 1 of 1) sorted by relevance
1790 char tmpResFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local1817 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()1818 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()1819 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()1821 if (T_FileStream_file_exists(tmpResFilePath)) { in pkg_createWindowsDLL()1822 sprintf(resFilePath, "\"%s\"", tmpResFilePath); in pkg_createWindowsDLL()