Home
last modified time | relevance | path

Searched refs:mOutputPath (Results 1 – 2 of 2) sorted by relevance

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java75 private final String mOutputPath; field in XmlGenerator
99 mOutputPath = outputPath; in XmlGenerator()
108 if (mOutputPath != null) { in writePackageXml()
109 File outputFile = new File(mOutputPath); in writePackageXml()
/cts/tools/utils/
DDescriptionGenerator.java260 String mOutputPath; field in DescriptionGenerator.XMLGenerator
270 mOutputPath = outputPath; in XMLGenerator()
294 File file = new File(mOutputPath); in dump()