Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPngChunkFilter.cpp56 static bool IsPngChunkAllowed(uint32_t type) { in IsPngChunkAllowed() function
128 if (IsPngChunkAllowed(chunk_type)) { in Next()