Searched refs:tempObjectFile (Results 1 – 1 of 1) sorted by relevance
1540 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local1545 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() local1658 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()1659 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()1664 tempObjectFile, in pkg_createWithoutAssemblyCode()[all …]