Lines Matching refs:gencFilePath
72 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
88 …t32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
640 char gencFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
706 … fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly); in pkg_executeOptions()
713 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath); in pkg_executeOptions()
715 result = pkg_createWithAssemblyCode(targetDir, mode, gencFilePath); in pkg_executeOptions()
734 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath); in pkg_executeOptions()
748 …mePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch), NULL, gencFilePath); in pkg_executeOptions()
751 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath); in pkg_executeOptions()
753 result = pkg_createWindowsDLL(mode, gencFilePath, o); in pkg_executeOptions()
1499 …32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) { in pkg_createWithAssemblyCode() argument
1507 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1511 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE; in pkg_createWithAssemblyCode()
1523 gencFilePath); in pkg_createWithAssemblyCode()
1758 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) { in pkg_createWindowsDLL() argument
1783 gencFilePath); in pkg_createWindowsDLL()
1824 …uild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencFilePath)) && in pkg_createWindowsDLL()
1825 … (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) { in pkg_createWindowsDLL()
1827 printf("# Not rebuilding %s - up to date.\n", gencFilePath); in pkg_createWindowsDLL()
1837 gencFilePath, in pkg_createWindowsDLL()