Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipItem.h54 bool NeedCrc() const { return (VendorVersion == 1); } in NeedCrc() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DDmgHandler.cpp99 bool NeedCrc() const { return Type != METHOD_ZERO_2; } in NeedCrc() function