Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp204 CopyingOutputStreamAdaptor copying_adaptor(writer); in CompileTable() local
205 ContainerWriter container_writer(&copying_adaptor, 1u); in CompileTable()
299 CopyingOutputStreamAdaptor copying_adaptor(writer); in WriteHeaderAndDataToWriter() local
300 ContainerWriter container_writer(&copying_adaptor, 1u); in WriteHeaderAndDataToWriter()
405 CopyingOutputStreamAdaptor copying_adaptor(writer); in CompileXml() local
406 ContainerWriter container_writer(&copying_adaptor, 1u + inline_documents.size()); in CompileXml()