Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/tools/pkgdata/
Dpkgdata.cpp1543 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local
1548 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1549 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o'; in pkg_createWithAssemblyCode()
1552 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE); in pkg_createWithAssemblyCode()
1563 tempObjectFile, in pkg_createWithAssemblyCode()
1573 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode()
1615 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local
1661 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1662 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1667 tempObjectFile, in pkg_createWithoutAssemblyCode()
[all …]
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1540 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local
1545 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1546 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o'; in pkg_createWithAssemblyCode()
1549 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE); in pkg_createWithAssemblyCode()
1560 tempObjectFile, in pkg_createWithAssemblyCode()
1570 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode()
1612 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local
1658 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1659 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1664 tempObjectFile, in pkg_createWithoutAssemblyCode()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp1540 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local
1545 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1546 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o'; in pkg_createWithAssemblyCode()
1549 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE); in pkg_createWithAssemblyCode()
1560 tempObjectFile, in pkg_createWithAssemblyCode()
1570 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode()
1612 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local
1658 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1659 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1664 tempObjectFile, in pkg_createWithoutAssemblyCode()
[all …]