Searched defs:GetCrc32 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/core/libsparse/ | ||
H A D | sparse_read.cpp | 108 int GetCrc32(uint32_t* crc32, int64_t len) override { in GetCrc32() function in SparseFileFdSource |
/aosp_15_r20/art/libartbase/base/ | ||
H A D | zip_archive.cc | 44 uint32_t ZipEntry::GetCrc32() { in GetCrc32() function in art::ZipEntry |
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ | ||
H A D | DmgHandler.cpp | 138 UInt32 GetCrc32() const { return Get32(Data); } in GetCrc32() function |