• Home
  • Raw
  • Download

Lines Matching refs:tempObjectFile

1540     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()
1672 sprintf(buffer, "%s",tempObjectFile); in pkg_createWithoutAssemblyCode()
1741 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1742 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1747 tempObjectFile, in pkg_createWithoutAssemblyCode()
1756 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()
1768 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1769 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1774 tempObjectFile, in pkg_createWithoutAssemblyCode()
1780 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()