Searched refs:tempObjectFile (Results 1 – 1 of 1) sorted by relevance
1502 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local1509 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()1510 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o'; in pkg_createWithAssemblyCode()1513 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE; in pkg_createWithAssemblyCode()1524 tempObjectFile, in pkg_createWithAssemblyCode()1534 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode()1576 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local1622 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()1623 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()1628 tempObjectFile, in pkg_createWithoutAssemblyCode()[all …]