Searched defs:gencFilePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp64 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] = ""; local
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,
1367 pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) argument
1628 pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) argument
[all...]
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp64 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);
627 char gencFilePath[SMALL_BUFFER_MAX_SIZE] = ""; local
693 fprintf(stdout, "# Generating assembly code %s of type %s ..\n", gencFilePath, genccodeAssembly);
700 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
702 result = pkg_createWithAssemblyCode(targetDir, mode, gencFilePath);
721 fprintf(stdout, "# Writing object code to %s ..\n", gencFilePath);
733 // writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
735 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath);
737 result = pkg_createWindowsDLL(mode, gencFilePath,
1461 pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) argument
1718 pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) argument
[all...]

Completed in 5358 milliseconds