Searched refs:tmpResFilePath (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/icu-small/source/tools/pkgdata/ |
| D | pkgdata.cpp | 1849 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()
|
| /third_party/icu/icu4c/source/tools/pkgdata/ |
| D | pkgdata.cpp | 1845 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()
|
| /third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
| D | pkgdata.cpp | 1845 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()
|