Searched refs:longPath (Results 1 – 1 of 1) sorted by relevance
330 const char *longPath = mStr; in toShortPath() local333 DWORD lenShort = strlen(longPath) + 1; in toShortPath()336 DWORD length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()342 length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()