Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.h27 struct XmlFlattenerOptions { struct
38 XmlFlattener(android::BigBuffer* buffer, XmlFlattenerOptions options) in XmlFlattener() argument
50 XmlFlattenerOptions options_;
H A 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()
H A DXmlFlattener.cpp77 XmlFlattenerVisitor(BigBuffer* buffer, XmlFlattenerOptions options) in XmlFlattenerVisitor()
308 XmlFlattenerOptions options_;
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert.h82 XmlFlattenerOptions xml_flattener_options_;
93 XmlFlattenerOptions xml_flattener_options);
H A DConvert.cpp68 const XmlFlattenerOptions& xml_flattener_options) in BinaryApkSerializer()
146 XmlFlattenerOptions xml_flattener_options_;
271 XmlFlattenerOptions xml_flattener_options) { in Convert()
H A DDump.cpp344 XmlFlattenerOptions options = {}; in Dump()
H A DLink.cpp256 XmlFlattenerOptions options = {}; in FlattenXml()
/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp290 XmlFlattenerOptions xml_flattener_options; in WriteToArchive()