Searched refs:gencFilePath (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/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 …]
|
/third_party/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 …]
|
/third_party/node/deps/icu-small/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); 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() [all …]
|