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

/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h74 UInt64 GetFolderFullPackSize(int folderIndex) const function in struct:NArchive::N7z::CArchiveDatabaseEx
94 return GetFolderFullPackSize(folderIndex);
H A D7zExtract.cpp205 curPacked = _db.GetFolderFullPackSize(folderIndex);
H A D7zHandler.cpp237 prop = _db.GetFolderFullPackSize(folderIndex);
H A D7zUpdate.cpp761 complexity += db->GetFolderFullPackSize(i);
909 UInt64 packSize = db->GetFolderFullPackSize(folderIndex);

Completed in 355 milliseconds