Home
last modified time | relevance | path

Searched refs:_removePathParts (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp50 _removePathParts = removePathParts; in Init()
232 numRemovePathParts = _removePathParts.Size(); in GetStream()
236 if (_removePathParts[i].CompareNoCase(pathParts[i]) != 0) in GetStream()
DArchiveExtractCallback.h75 UStringVector _removePathParts; variable