Searched refs:gencFilePath (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 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); 658 char gencFilePath[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 724 … fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly); in pkg_executeOptions() 736 gencFilePath, in pkg_executeOptions() 737 sizeof(gencFilePath)); in pkg_executeOptions() 739 result = pkg_createWithAssemblyCode(targetDir, mode, gencFilePath); in pkg_executeOptions() 758 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath); in pkg_executeOptions() 778 gencFilePath, in pkg_executeOptions() 779 sizeof(gencFilePath), in pkg_executeOptions() [all …]
|