Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DResChunkPullParser.cpp33 static std::string ChunkHeaderDump(const ResChunk_header* header) { in ChunkHeaderDump() function
70 error_ = "chunk's total size is smaller than header " + ChunkHeaderDump(current_chunk_); in Next()
74 error_ = "chunk's data extends past the end of the document " + ChunkHeaderDump(current_chunk_); in Next()