• Home
  • Raw
  • Download

Lines Matching refs:tempObjectFile

1502     char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = "";  in pkg_createWithAssemblyCode()  local
1509 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() local
1622 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1623 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1628 tempObjectFile, in pkg_createWithoutAssemblyCode()
1636 sprintf(buffer, "%s",tempObjectFile); in pkg_createWithoutAssemblyCode()
1691 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1692 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1697 tempObjectFile, in pkg_createWithoutAssemblyCode()
1706 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()
1718 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1719 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()
1724 tempObjectFile, in pkg_createWithoutAssemblyCode()
1730 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()