Home
last modified time | relevance | path

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

/sdk/find_java/
Dutils.h334 char * shortPath = (char *)malloc(lenShort); in toShortPath() local
336 DWORD length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()
339 free(shortPath); in toShortPath()
341 shortPath = (char *)malloc(length); in toShortPath()
342 length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()
345 if (length != 0) dest->set(shortPath); in toShortPath()
347 free(shortPath); in toShortPath()