Lines Matching refs:gencFilePath
64 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
75 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
617 char gencFilePath[SMALL_BUFFER_MAX_SIZE] = "";
683 fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly);
690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
692 result = pkg_createWithAssemblyCode(targetDir, mode, gencFilePath);
711 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath);
722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
724 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath);
726 result = pkg_createWindowsDLL(mode, gencFilePath, o);
1342 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) {
1350 uprv_strcpy(tempObjectFile, gencFilePath);
1354 + uprv_strlen(tempObjectFile) + uprv_strlen(gencFilePath) + BUFFER_PADDING_SIZE;
1366 gencFilePath);
1603 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) {
1628 gencFilePath);
1669 if (!o->rebuild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencFilePath)) &&
1670 (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) {
1672 printf("# Not rebuilding %s - up to date.\n", gencFilePath);
1682 gencFilePath,