HomeSort by relevance Sort by last modified time
    Searched defs:ContainerWriter (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/format/
Container.h 38 class ContainerWriter {
40 explicit ContainerWriter(::google::protobuf::io::ZeroCopyOutputStream* out, size_t entry_count);
48 DISALLOW_COPY_AND_ASSIGN(ContainerWriter);
Container.cpp 32 ContainerWriter::ContainerWriter(ZeroCopyOutputStream* out, size_t entry_count)
57 bool ContainerWriter::AddResTableEntry(const pb::ResourceTable& table) {
87 bool ContainerWriter::AddResFileEntry(const pb::internal::CompiledFile& file,
150 bool ContainerWriter::HadError() const {
154 std::string ContainerWriter::GetError() const {

Completed in 130 milliseconds