Home
last modified time | relevance | path

Searched refs:GetFolderFullPackSize (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h252 UInt64 GetFolderFullPackSize(unsigned folderIndex) const in GetFolderFullPackSize() function
270 return GetFolderFullPackSize(folderIndex); in GetFilePackSize()
D7zExtract.cpp202 curPacked = _db.GetFolderFullPackSize(folderIndex); in Extract()
D7zUpdate.cpp837 complexity += db->GetFolderFullPackSize(i); in Update()
1071 UInt64 packSize = db->GetFolderFullPackSize(folderIndex); in Update()
D7zHandler.cpp575 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in GetProperty()