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

/external/icu4c/tools/toolutil/
H A Dpkg_genc.c60 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
238 writeAssemblyCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFilePath) { argument
252 getOutFilename(filename, destdir, bufferStr, entry, ".s", optFilename);
325 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename, char *outFilePath) { argument
344 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
561 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { argument
582 if(optFilename != NULL) {
583 uprv_strcpy(outFilename, optFilename);
613 if(optFilename != NULL) {
614 uprv_strcpy(saveOutFilename, optFilename);
741 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath) argument
[all...]

Completed in 66 milliseconds