Searched refs:kpidSize (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/7zip/ |
D | PropID.h | 17 kpidSize, enumerator
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 25 kpidSize 282 case kpidSize: in GetProperty()
|
D | LzmaHandler.cpp | 40 kpidSize, 303 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
|
D | XzHandler.cpp | 181 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/ |
D | ArchiveOpenCallback.cpp | 53 case kpidSize: prop = _fileInfo.Size; break; in GetProperty()
|
D | UpdateCallback.cpp | 397 case kpidSize: prop = (UInt64)0; break; in GetProperty() 422 case kpidSize: prop = di.IsDir() ? (UInt64)0 : di.Size; break; in GetProperty()
|
D | OpenArchive.cpp | 287 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/ |
D | Client7z.cpp | 359 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/ |
D | 7zProperties.cpp | 23 { NID::kSize, { NULL, kpidSize, VT_UI8 } },
|
D | 7zHandler.cpp | 554 case kpidSize: in GetProperty()
|
D | 7zHandlerOut.cpp | 529 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 190 { 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/ |
D | ExtractCallback.cpp | 840 RINOK(getProp->GetProp(kpidSize, &prop)); in GetStream7()
|
/external/lzma/DOC/ |
D | lzma-history.txt | 94 total size value (kpidSize) for split archives.
|