Home
last modified time | relevance | path

Searched defs:folderIndex (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp244 CNum folderIndex = _db.FileIndexToFolderIndexMap[fileIndex]; in Extract() local
302 CNum folderIndex = _db.FileIndexToFolderIndexMap[fileIndex]; in Extract() local
D7zHandler.cpp358 HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *prop) const in SetMethodToProp()
564 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
610 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
D7zDecode.cpp224 const CFolders &folders, unsigned folderIndex, in Decode()
D7zIn.cpp452 void CFolders::ParseFolderInfo(unsigned folderIndex, CFolder &folder) const in ParseFolderInfo()
1431 CNum folderIndex = 0; in FillLinks() local
D7zIn.h293 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex]; in GetFilePackSize() local
D7zUpdate.cpp1984 unsigned folderIndex = rep.FolderIndex; in Update() local
/external/lzma/C/
D7zArcIn.c843 UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex) in SzAr_GetFolderUnpackSize()
1292 UInt32 folderIndex = 0; in SzReadHeader2() local
1647 UInt32 folderIndex = p->FileToFolder[fileIndex]; in SzArEx_Extract() local
D7zDec.c549 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, in SzAr_DecodeFolder()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java956 final int folderIndex = archive.streamMap.fileFolderIndex[currentEntryIndex]; in buildDecodingStream() local