Home
last modified time | relevance | path

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

/sdk/find_java/
Dutils.h330 const char *longPath = mStr; in toShortPath() local
333 DWORD lenShort = strlen(longPath) + 1; in toShortPath()
336 DWORD length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()
342 length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()