Home
last modified time | relevance | path

Searched refs:kInArcIndex (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp606 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportOperation()
665 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportExtractResult()
DArchiveExtractCallback.cpp1619 if (indexType == NArchive::NEventIndexType::kInArcIndex && index != (UInt32)(Int32)-1) in ReportExtractResult()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1220 NEventIndexType::kInArcIndex, arcIndex, in OpenFile()
1248 NEventIndexType::kInArcIndex, arcIndex, in CloseFile()
2005 NEventIndexType::kInArcIndex, (UInt32)fi, in Update()
2209 NEventIndexType::kInArcIndex, db->FolderStartFileIndex[folderIndex], in Update()
/external/lzma/CPP/7zip/Archive/
DIArchive.h96 kInArcIndex, enumerator
DXzHandler.cpp1174 RINOK(opCallback->ReportOperation(NEventIndexType::kInArcIndex, 0, NUpdateNotifyOp::kReplicate)) in UpdateItems()