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

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp246 _removePathParts = removePathParts;
768 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0)
773 FOR_VECTOR (i, _removePathParts)
775 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0)
782 pathParts.DeleteFrontal(_removePathParts.Size());
848 if (_removePathParts.IsEmpty())
852 if (pathParts.Size() < _removePathParts.Size())
856 if (pathParts.Size() == _removePathParts.Size())
873 FOR_VECTOR (i, _removePathParts)
875 if (CompareFileNames(_removePathParts[
[all...]
H A DArchiveExtractCallback.h216 UStringVector _removePathParts; member in class:CArchiveExtractCallback

Completed in 258 milliseconds