Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.h27 struct XmlFlattenerOptions { struct
38 XmlFlattener(android::BigBuffer* buffer, XmlFlattenerOptions options) in XmlFlattener() argument
50 XmlFlattenerOptions options_;
DXmlFlattener_test.cpp58 const XmlFlattenerOptions& options = {}) { in Flatten()
301 XmlFlattenerOptions options; in TEST_F()
370 XmlFlattenerOptions options; in TEST_F()
458 XmlFlattenerOptions options; in TEST_F()
481 XmlFlattenerOptions options; in TEST_F()
502 XmlFlattenerOptions options; in TEST_F()
522 XmlFlattenerOptions options; in TEST_F()
DXmlFlattener.cpp77 XmlFlattenerVisitor(BigBuffer* buffer, XmlFlattenerOptions options) in XmlFlattenerVisitor()
308 XmlFlattenerOptions options_;
/frameworks/base/tools/aapt2/cmd/
DConvert.h86 XmlFlattenerOptions xml_flattener_options_;
98 XmlFlattenerOptions xml_flattener_options);
DConvert.cpp68 const XmlFlattenerOptions& xml_flattener_options) in BinaryApkSerializer()
146 XmlFlattenerOptions xml_flattener_options_;
271 XmlFlattenerOptions xml_flattener_options) { in Convert()
DDump.cpp344 XmlFlattenerOptions options = {}; in Dump()
DLink.cpp259 XmlFlattenerOptions options = {}; in FlattenXml()
/frameworks/base/tools/aapt2/
DLoadedApk.cpp290 XmlFlattenerOptions xml_flattener_options; in WriteToArchive()