Searched refs:gencFilePath (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 74 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o); 90 …t32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath); 648 char gencFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 714 … fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly); in pkg_executeOptions() 721 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath); in pkg_executeOptions() 723 result = pkg_createWithAssemblyCode(targetDir, mode, gencFilePath); in pkg_executeOptions() 742 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath); in pkg_executeOptions() 756 …mePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch), NULL, gencFilePath); in pkg_executeOptions() 759 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath); in pkg_executeOptions() 761 result = pkg_createWindowsDLL(mode, gencFilePath, o); in pkg_executeOptions() [all …]
|