HomeSort by relevance Sort by last modified time
    Searched refs:_removePathParts (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 246 _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[i], pathParts[i]) != 0)
    [all...]
ArchiveExtractCallback.h 216 UStringVector _removePathParts;

Completed in 64 milliseconds