Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp256 _removePathParts = removePathParts; in Init()
780 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0) in GetStream()
785 FOR_VECTOR (i, _removePathParts) in GetStream()
787 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0) in GetStream()
794 pathParts.DeleteFrontal(_removePathParts.Size()); in GetStream()
860 if (_removePathParts.IsEmpty()) in GetStream()
864 if (pathParts.Size() < _removePathParts.Size()) in GetStream()
868 if (pathParts.Size() == _removePathParts.Size()) in GetStream()
885 FOR_VECTOR (i, _removePathParts) in GetStream()
887 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0) in GetStream()
[all …]
DArchiveExtractCallback.h246 UStringVector _removePathParts; variable