Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1849 char tmpResFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1876 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1877 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1878 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()
1880 if (T_FileStream_file_exists(tmpResFilePath)) { in pkg_createWindowsDLL()
1881 snprintf(resFilePath, sizeof(resFilePath), "\"%s\"", tmpResFilePath); in pkg_createWindowsDLL()
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1847 char tmpResFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWindowsDLL() local
1874 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1875 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1876 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()
1878 if (T_FileStream_file_exists(tmpResFilePath)) { in pkg_createWindowsDLL()
1879 snprintf(resFilePath, sizeof(resFilePath), "\"%s\"", tmpResFilePath); in pkg_createWindowsDLL()