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

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

Completed in 529 milliseconds