Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DUtil.h99 inline bool IsFourByteAligned(const void* data) { in IsFourByteAligned() function
104 inline bool IsFourByteAligned(const incfs::map_ptr<T>& data) { in IsFourByteAligned() function
105 return IsFourByteAligned(data.unsafe_ptr()); in IsFourByteAligned()
/frameworks/base/libs/androidfw/
DChunkIterator.cpp72 if (!util::IsFourByteAligned(next_chunk_)) { in VerifyNextChunk()
DIdmap.cpp215 if (!util::IsFourByteAligned(*in_out_data_ptr)) { in ReadType()
DAsset.cpp703 if (util::IsFourByteAligned(data)) { in ensureAlignment()