Searched refs:shortPath (Results 1 – 1 of 1) sorted by relevance
334 char * shortPath = (char *)malloc(lenShort); in toShortPath() local336 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()