Searched refs:kpidSize (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 25 { 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()
|
D | LzmaHandler.cpp | 37 { NULL, kpidSize, VT_UI8}, 261 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
|
D | XzHandler.cpp | 103 { 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/ |
D | PropID.h | 15 kpidSize, enumerator
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 108 case kpidSize: in GetProperty() 125 case kpidSize: prop = di.Size; break; in GetProperty()
|
D | ArchiveOpenCallback.cpp | 52 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
|
D | ArchiveExtractCallback.cpp | 140 RINOK(_arc->Archive->GetProperty(_index, kpidSize, &prop)); in GetUnpackSize()
|
D | Update.cpp | 533 RINOK(archive->GetProperty(i, kpidSize, &prop)); in EnumerateInArchiveItems()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 37 { 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/ |
D | Client7z.cpp | 296 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/ |
D | 7zProperties.cpp | 23 { NID::kSize, { NULL, kpidSize, VT_UI8 } },
|
D | 7zHandler.cpp | 223 case kpidSize: in GetProperty()
|
D | 7zHandlerOut.cpp | 318 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
|