Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp213 ret = memset_s(hdr.chksum, sizeof(hdr.chksum), BLANK_SPACE, sizeof(hdr.chksum)); in I2OcsConvert()
458 sum += BLANK_SPACE; in SetCheckSum()
605 … if (ret = memset_s(tmp.chksum, sizeof(tmp.chksum), BLANK_SPACE, sizeof(tmp.chksum)), ret != EOK) { in WriteLongName()
H A Duntar_file.cpp506 sum += BLANK_SPACE; in VerifyChecksum()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h51 const uint8_t BLANK_SPACE = 0x20; variable