Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1845 char tmpResFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1872 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1873 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1874 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()
1876 if (T_FileStream_file_exists(tmpResFilePath)) { in pkg_createWindowsDLL()
1877 sprintf(resFilePath, "\"%s\"", tmpResFilePath); in pkg_createWindowsDLL()