Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp25 { NULL, kpidSize, VT_UI8}
217 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop)); in Open()
244 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop)); in Open()
288 case kpidSize: in GetProperty()
DLzmaHandler.cpp37 { NULL, kpidSize, VT_UI8},
261 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
DXzHandler.cpp103 { NULL, kpidSize, VT_UI8},
282 case kpidSize: if (_unpackSizeDefined) prop = _unpackSize; break; in GetProperty()
625 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
/external/lzma/CPP/7zip/
DPropID.h15 kpidSize, enumerator
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp108 case kpidSize: in GetProperty()
125 case kpidSize: prop = di.Size; break; in GetProperty()
DArchiveOpenCallback.cpp52 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
DArchiveExtractCallback.cpp140 RINOK(_arc->Archive->GetProperty(_index, kpidSize, &prop)); in GetUnpackSize()
DUpdate.cpp533 RINOK(archive->GetProperty(i, kpidSize, &prop)); in EnumerateInArchiveItems()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp37 { kpidSize, L"Size" },
140 { kpidSize, L"Size", kRight, kRight, 1, 12 },
376 if (fieldInfo.PropID == kpidSize) in PrintSummaryInfo()
593 if (!GetUInt64Value(archive, i, kpidSize, unpackSize)) in ListArchives()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp296 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)); in GetStream()
532 case kpidSize: prop = dirItem.Size; break; in GetProperty()
838 archive->GetProperty(i, kpidSize, &prop); in main()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp23 { NID::kSize, { NULL, kpidSize, VT_UI8 } },
D7zHandler.cpp223 case kpidSize: in GetProperty()
D7zHandlerOut.cpp318 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()