Home
last modified time | relevance | path

Searched defs:getCRC32 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt/
H A DZipEntry.h94 unsigned long getCRC32(void) const { return mCDE.mCRC32; } in getCRC32() function
/aosp_15_r20/build/make/tools/zipalign/
H A DZipEntry.h90 uint32_t getCRC32(void) const { return mCDE.mCRC32; } in getCRC32() function