Searched refs:outFilePath (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.h | 83 char *outFilePath, 92 char *outFilePath, 102 char *outFilePath,
|
D | pkg_genc.cpp | 280 char *outFilePath, in writeAssemblyCode() argument 312 if (outFilePath != NULL) { in writeAssemblyCode() 317 uprv_strcpy(outFilePath, buffer.chars); in writeAssemblyCode() 322 swapFileSepChar(outFilePath, U_FILE_SEP_CHAR, '/'); in writeAssemblyCode() 395 char *outFilePath, in writeCCode() argument 430 if (outFilePath != NULL) { in writeCCode() 435 uprv_strcpy(outFilePath, buffer); in writeCCode() 883 char *outFilePath, in writeObjectCode() argument 1181 if (outFilePath != NULL) { in writeObjectCode() 1186 uprv_strcpy(outFilePath, buffer); in writeObjectCode()
|
/external/deqp/scripts/log/ |
D | log_to_xml.py | 140 def logToXml (logFilePath, outFilePath): argument 153 out = codecs.open(outFilePath, "wb", encoding="utf-8")
|