Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp355 _removePathParts = removePathParts; in Init()
902 if (!_link.isRelative && _removePathParts.Size() != 0) in ReadLink()
907 FOR_VECTOR (i, _removePathParts) in ReadLink()
909 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0) in ReadLink()
916 pathParts.DeleteFrontal(_removePathParts.Size()); in ReadLink()
1675 if (_removePathParts.IsEmpty()) in GetStream()
1679 if (pathParts.Size() < _removePathParts.Size()) in GetStream()
1683 if (pathParts.Size() == _removePathParts.Size()) in GetStream()
1700 FOR_VECTOR (i, _removePathParts) in GetStream()
1702 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0) in GetStream()
[all …]
DArchiveExtractCallback.h372 UStringVector _removePathParts; variable