Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h266 UInt64 GetFolderFullPackSize(CNum folderIndex) const in GetFolderFullPackSize() function
284 return GetFolderFullPackSize(folderIndex); in GetFilePackSize()
D7zExtract.cpp302 curPacked = _db.GetFolderFullPackSize(folderIndex); in Extract()
D7zHandler.cpp562 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in GetProperty()
D7zUpdate.cpp1670 complexity += db->GetFolderFullPackSize(i); in Update()
1992 UInt64 packSize = db->GetFolderFullPackSize(folderIndex); in Update()