Searched refs:tempObjectFile (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 1543 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 …]
|
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 1541 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local 1546 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode() 1547 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o'; in pkg_createWithAssemblyCode() 1550 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE); in pkg_createWithAssemblyCode() 1561 tempObjectFile, in pkg_createWithAssemblyCode() 1571 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode() 1613 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local 1659 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode() 1660 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode() 1665 tempObjectFile, in pkg_createWithoutAssemblyCode() [all …]
|