Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp58 OUTPUT_XML, /* fancy */ enumerator
1315 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpMethod()
1446 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpSField()
1531 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1649 if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1940 if (gOptions.outputFormat == OUTPUT_XML) { in dumpMethodHandles()
1998 bool doXml = (gOptions.outputFormat == OUTPUT_XML); in dumpCallSites()
2120 if (gOptions.outputFormat == OUTPUT_XML) in processDexFile()
2139 if (gOptions.outputFormat == OUTPUT_XML) in processDexFile()
2247 gOptions.outputFormat = OUTPUT_XML; in main()