Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp502 if (index < CHKSUM_BASE || index > CHKSUM_BASE + CHKSUM_LEN - 1) { in VerifyChecksum()
511 return (sum == ParseOctalStr(&strChksum[0] + CHKSUM_BASE, CHKSUM_LEN)); in VerifyChecksum()
H A Dtar_file.cpp455 if (index < CHKSUM_BASE || index > CHKSUM_BASE + CHKSUM_LEN - 1) { in SetCheckSum()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h48 const uint32_t CHKSUM_BASE = 148; variable