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

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

Completed in 109 milliseconds