Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h74 UInt64 GetFolderFullPackSize(int folderIndex) const in GetFolderFullPackSize() function
94 return GetFolderFullPackSize(folderIndex); in GetFilePackSize()
D7zExtract.cpp205 curPacked = _db.GetFolderFullPackSize(folderIndex); in Extract()
D7zHandler.cpp237 prop = _db.GetFolderFullPackSize(folderIndex); in GetProperty()
D7zUpdate.cpp761 complexity += db->GetFolderFullPackSize(i); in Update()
909 UInt64 packSize = db->GetFolderFullPackSize(folderIndex); in Update()