Home
last modified time | relevance | path

Searched refs:kpidSize (Results 1 – 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/
DPropID.h17 kpidSize, enumerator
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp25 kpidSize
282 case kpidSize: in GetProperty()
DLzmaHandler.cpp40 kpidSize,
303 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
DXzHandler.cpp181 kpidSize,
390 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetProperty()
1085 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp53 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
DUpdateCallback.cpp397 case kpidSize: prop = (UInt64)0; break; in GetProperty()
422 case kpidSize: prop = di.IsDir() ? (UInt64)0 : di.Size; break; in GetProperty()
DOpenArchive.cpp287 kpidSize,
348 case kpidSize: in GetProperty()
923 RINOK(archive->GetProperty(index, kpidSize, &prop)); in Archive_GetItem_Size()
944 RINOK(Archive->GetProperty(index, kpidSize, &prop)); in GetItemSize()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp359 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)); in GetStream()
612 case kpidSize: prop = dirItem.Size; break; in GetProperty()
936 archive->GetProperty(i, kpidSize, &prop); in main()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp23 { NID::kSize, { NULL, kpidSize, VT_UI8 } },
D7zHandler.cpp554 case kpidSize: in GetProperty()
D7zHandlerOut.cpp529 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp190 { kpidSize, "Size", kRight, kRight, 1, 12 },
632 case kpidSize: if (st.Size.Def) prop = st.Size.Val; break; in PrintItemInfo()
720 if (f.PropID == kpidSize) in PrintSum()
1293 RINOK(GetUInt64Value(archive, i, kpidSize, st.Size)); in ListArchives()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp840 RINOK(getProp->GetProp(kpidSize, &prop)); in GetStream7()
/external/lzma/DOC/
Dlzma-history.txt94 total size value (kpidSize) for split archives.