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

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp225 int numRemovePathParts = 0; local
232 numRemovePathParts = _removePathParts.Size();
233 if (pathParts.Size() <= numRemovePathParts)
235 for (int i = 0; i < numRemovePathParts; i++)
242 numRemovePathParts = pathParts.Size() - 1;
246 pathParts.Delete(0, numRemovePathParts);

Completed in 126 milliseconds