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 223 _removePathParts = removePathParts;
554 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0)
559 FOR_VECTOR (i, _removePathParts)
561 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0)
568 pathParts.DeleteFrontal(_removePathParts.Size());
615 if (pathParts.Size() <= _removePathParts.Size())
619 FOR_VECTOR (i, _removePathParts)
621 if (!_removePathParts[i].IsEqualToNoCase(pathParts[i]))
634 numRemovePathParts = _removePathParts.Size();
ArchiveExtractCallback.h 197 UStringVector _removePathParts;

Completed in 450 milliseconds