Home
last modified time | relevance | path

Searched refs:xmlFileName (Results 1 – 3 of 3) sorted by relevance

/external/clpeak/src/
Doptions.cpp37 string xmlFileName; in parseArgs() local
162 if (xmlFileName.length() < 1) in parseArgs()
164 xmlFileName = DEFAULT_XML_FILE_NAME; in parseArgs()
172 xmlFileName = argv[i + 1]; in parseArgs()
185 log = new logger(enableXml, xmlFileName); in parseArgs()
/external/apache-xml/test/java/src/org/apache/qetest/xsl/
DBugzillaTestletDriver.java309 … String xmlFileName = testLocation.getPath() + File.separator + fileNameRoot + XML_EXTENSION; in buildDatalets() local
310 if ((new File(xmlFileName)).exists()) in buildDatalets()
312 ((StylesheetDatalet)d).xmlName = xmlFileName; in buildDatalets()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DLDMLComparator.java1578 String xmlFileName = localeDir + "/" + localeArray[i]; in doBulkComparison() local
1581 addToCompareMap(xmlFileName, key); in doBulkComparison()