HomeSort by relevance Sort by last modified time
    Searched refs:mOutputPath (Results 1 - 2 of 2) sorted by null

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java 75 private final String mOutputPath;
99 mOutputPath = outputPath;
108 if (mOutputPath != null) {
109 File outputFile = new File(mOutputPath);
  /cts/tools/utils/
DescriptionGenerator.java 260 String mOutputPath;
270 mOutputPath = outputPath;
294 File file = new File(mOutputPath);

Completed in 63 milliseconds