Searched refs:xml_flattener_options (Results 1 – 3 of 3) sorted by relevance
65 const XmlFlattenerOptions& xml_flattener_options) in BinaryApkSerializer() argument68 xml_flattener_options_(xml_flattener_options) {} in BinaryApkSerializer()259 XmlFlattenerOptions xml_flattener_options) { in Convert() argument263 xml_flattener_options)); in Convert()
61 XmlFlattenerOptions xml_flattener_options);
280 XmlFlattenerOptions xml_flattener_options; in WriteToArchive() local281 xml_flattener_options.use_utf16 = true; in WriteToArchive()282 XmlFlattener xml_flattener(&buffer, xml_flattener_options); in WriteToArchive()