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.java70 private final String mOutputPath; field in XmlGenerator
86 mOutputPath = outputPath; in XmlGenerator()
92 if (mOutputPath != null) { in writePackageXml()
93 File outputFile = new File(mOutputPath); in writePackageXml()
/cts/tools/utils/
DDescriptionGenerator.java248 String mOutputPath; field in DescriptionGenerator.XMLGenerator
258 mOutputPath = outputPath; in XMLGenerator()
282 File file = new File(mOutputPath); in dump()