Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp25 kpidSize
206 RINOK(volumeCallback->GetProperty(kpidSize, &prop)); in Open2()
234 RINOK(volumeCallback->GetProperty(kpidSize, &prop)); in Open2()
287 case kpidSize: in GetProperty()
DLzmaHandler.cpp39 kpidSize,
286 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
DXzHandler.cpp187 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/
DPropID.h17 kpidSize, enumerator
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp52 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
DUpdateCallback.cpp378 case kpidSize: prop = (UInt64)0; break; in GetProperty()
399 case kpidSize: prop = di.Size; break; in GetProperty()
DOpenArchive.cpp291 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/
DClient7z.cpp321 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/
DList.cpp184 { 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/
D7zProperties.cpp23 { NID::kSize, { NULL, kpidSize, VT_UI8 } },
D7zHandlerOut.cpp498 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
D7zHandler.cpp561 case kpidSize: in GetProperty()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp701 RINOK(getProp->GetProp(kpidSize, &prop)); in GetStream7()