Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp223 _removePathParts = removePathParts; in Init()
554 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0) in GetStream()
559 FOR_VECTOR (i, _removePathParts) in GetStream()
561 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0) in GetStream()
568 pathParts.DeleteFrontal(_removePathParts.Size()); in GetStream()
615 if (pathParts.Size() <= _removePathParts.Size()) in GetStream()
619 FOR_VECTOR (i, _removePathParts) in GetStream()
621 if (!_removePathParts[i].IsEqualToNoCase(pathParts[i])) in GetStream()
634 numRemovePathParts = _removePathParts.Size(); in GetStream()
DArchiveExtractCallback.h197 UStringVector _removePathParts; variable