Home
last modified time | relevance | path

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

/sdk/find_java/
Dutils.h333 DWORD lenShort = strlen(longPath) + 1; in toShortPath() local
334 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()