Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.cpp514 int nonDotsLen = oldName.Length() - (len - i); in AddTrailingDots() local
515 if (nonDotsLen == 0 || newName.CompareNoCase(oldName.Left(nonDotsLen)) != 0) in AddTrailingDots()