Searched refs:gencFilePath (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 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() [all …]
|