Searched refs:tempObjectFile (Results 1 – 1 of 1) sorted by relevance
1509 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithAssemblyCode() local1516 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()1517 tempObjectFile[uprv_strlen(tempObjectFile)-1] = 'o'; in pkg_createWithAssemblyCode()1520 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE; in pkg_createWithAssemblyCode()1531 tempObjectFile, in pkg_createWithAssemblyCode()1541 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode()1583 char tempObjectFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local1629 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()1630 tempObjectFile[uprv_strlen(tempObjectFile) - 1] = 'o'; in pkg_createWithoutAssemblyCode()1635 tempObjectFile, in pkg_createWithoutAssemblyCode()[all …]