Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h120 off_t HandleTarBuffer(const std::string &buff, const std::string &name, FileStatInfo &info);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp159 off_t UntarFile::HandleTarBuffer(const string &buff, const string &name, FileStatInfo &info) in HandleTarBuffer() function in OHOS::FileManagement::Backup::UntarFile
269 off_t fileSize = HandleTarBuffer(string(buff, BLOCK_SIZE), header->name, info); in ParseTarFile()
319 off_t fileSize = HandleTarBuffer(string(buff, BLOCK_SIZE), header->name, info); in ParseIncrementalTarFile()