Searched refs:xmlFileName (Results 1 – 3 of 3) sorted by relevance
37 string xmlFileName; in parseArgs() local162 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()
309 … String xmlFileName = testLocation.getPath() + File.separator + fileNameRoot + XML_EXTENSION; in buildDatalets() local310 if ((new File(xmlFileName)).exists()) in buildDatalets()312 ((StylesheetDatalet)d).xmlName = xmlFileName; in buildDatalets()
1578 String xmlFileName = localeDir + "/" + localeArray[i]; in doBulkComparison() local1581 addToCompareMap(xmlFileName, key); in doBulkComparison()