Searched refs:lenShort (Results 1 – 1 of 1) sorted by relevance
333 DWORD lenShort = strlen(longPath) + 1; in toShortPath() local334 char * shortPath = (char *)malloc(lenShort); in toShortPath()336 DWORD length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()337 if (length > lenShort) { in toShortPath()340 lenShort = length; in toShortPath()342 length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()