Lines Matching refs:gencFilePath
77 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
93 …t32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
661 char gencFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
727 … fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly); in pkg_executeOptions()
739 gencFilePath, in pkg_executeOptions()
740 sizeof(gencFilePath)); in pkg_executeOptions()
742 result = pkg_createWithAssemblyCode(targetDir, mode, gencFilePath); in pkg_executeOptions()
761 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath); in pkg_executeOptions()
781 gencFilePath, in pkg_executeOptions()
782 sizeof(gencFilePath), in pkg_executeOptions()
786 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath); in pkg_executeOptions()
788 result = pkg_createWindowsDLL(mode, gencFilePath, o); in pkg_executeOptions()
1542 …32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) { in pkg_createWithAssemblyCode() argument
1548 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1552 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE); in pkg_createWithAssemblyCode()
1564 gencFilePath); in pkg_createWithAssemblyCode()
1819 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) { in pkg_createWindowsDLL() argument
1844 gencFilePath); in pkg_createWindowsDLL()
1885 …uild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencFilePath)) && in pkg_createWindowsDLL()
1886 … (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) { in pkg_createWindowsDLL()
1888 printf("# Not rebuilding %s - up to date.\n", gencFilePath); in pkg_createWindowsDLL()
1917 gencFilePath, in pkg_createWindowsDLL()