OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gencFilePath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp
108
static int32_t pkg_createWindowsDLL(const char mode, const char *
gencFilePath
, UPKGOptions *o);
119
static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *
gencFilePath
);
607
char
gencFilePath
[SMALL_BUFFER_MAX_SIZE] = "";
665
fprintf(stdout, "# Generating assembly code %s of type %s ..\n",
gencFilePath
, genccodeAssembly);
672
writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL,
gencFilePath
);
674
result = pkg_createWithAssemblyCode(targetDir, mode,
gencFilePath
);
693
fprintf(stdout, "# Writing object code to %s ..\n",
gencFilePath
);
696
writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL,
gencFilePath
);
698
result = pkg_generateLibraryFile(targetDir, mode,
gencFilePath
);
700
result = pkg_createWindowsDLL(mode,
gencFilePath
, o)
[
all
...]
/external/icu4c/tools/pkgdata/
pkgdata.cpp
64
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] = "";
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
, o)
[
all
...]
Completed in 1357 milliseconds