Searched refs:kpidSize (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 25 kpidSize 206 RINOK(volumeCallback->GetProperty(kpidSize, &prop)); in Open2() 234 RINOK(volumeCallback->GetProperty(kpidSize, &prop)); in Open2() 287 case kpidSize: in GetProperty()
|
D | LzmaHandler.cpp | 39 kpidSize, 286 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
|
D | XzHandler.cpp | 187 kpidSize, 387 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetProperty() 844 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
|
/external/lzma/CPP/7zip/ |
D | PropID.h | 17 kpidSize, enumerator
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveOpenCallback.cpp | 52 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
|
D | UpdateCallback.cpp | 378 case kpidSize: prop = (UInt64)0; break; in GetProperty() 399 case kpidSize: prop = di.Size; break; in GetProperty()
|
D | OpenArchive.cpp | 291 kpidSize, 352 case kpidSize: in GetProperty() 713 RINOK(archive->GetProperty(index, kpidSize, &prop)); in Archive_GetItem_Size() 734 RINOK(Archive->GetProperty(index, kpidSize, &prop)); in GetItemSize()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 321 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop)); in GetStream() 581 case kpidSize: prop = dirItem.Size; break; in GetProperty() 887 archive->GetProperty(i, kpidSize, &prop); in main()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 184 { kpidSize, "Size", kRight, kRight, 1, 12 }, 596 case kpidSize: if (stat.Size.Def) prop = stat.Size.Val; break; in PrintItemInfo() 692 if (f.PropID == kpidSize) in PrintSum() 1135 RINOK(GetUInt64Value(archive, i, kpidSize, st.Size)); in ListArchives()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 23 { NID::kSize, { NULL, kpidSize, VT_UI8 } },
|
D | 7zHandlerOut.cpp | 498 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
|
D | 7zHandler.cpp | 561 case kpidSize: in GetProperty()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 701 RINOK(getProp->GetProp(kpidSize, &prop)); in GetStream7()
|