Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp195 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in IsEncrypted() local
233 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
259 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
350 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
361 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
D7zExtract.cpp96 CNum folderIndex = db.FileIndexToFolderIndexMap[fileIndex]; in Extract() local
202 CNum folderIndex = efi.FolderIndex; in Extract() local
D7zIn.h91 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex]; in GetFilePackSize() local
D7zUpdate.cpp905 int folderIndex = rep.FolderIndex; in Update() local
D7zIn.cpp1099 int folderIndex = 0; in FillFolderStartFileIndex() local
/external/lzma/C/
D7zIn.c184 UInt32 folderIndex = 0; in SzArEx_Fill() local
243 UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, UInt32 indexInFolder) in SzArEx_GetFolderStreamPos()
249 int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, UInt64 *resSize) in SzArEx_GetFolderFullPackSize()
1334 UInt32 folderIndex = p->FileIndexToFolderIndexMap[fileIndex]; in SzArEx_Extract() local