Home
last modified time | relevance | path

Searched refs:CheckIfTarBlockValid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h181 bool CheckIfTarBlockValid(char *buff, size_t buffLen, TarHeader *header, int &ret);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp218 bool UntarFile::CheckIfTarBlockValid(char *buff, size_t buffLen, TarHeader *header, int &ret) in CheckIfTarBlockValid() function in OHOS::FileManagement::Backup::UntarFile
265 bool isValid = CheckIfTarBlockValid(buff, sizeof(buff), header, ret); in ParseTarFile()
315 bool isValid = CheckIfTarBlockValid(buff, sizeof(buff), header, ret); in ParseIncrementalTarFile()