Searched refs:longPath (Results 1 – 2 of 2) sorted by relevance
54 const TCHAR *longPath = mPath; in toShortPath() local55 if (longPath == nullptr) { in toShortPath()59 DWORD lenShort = _tcslen(longPath) + 1; in toShortPath()62 DWORD length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()68 length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()
330 const char *longPath = mStr; in toShortPath() local333 DWORD lenShort = (DWORD)strlen(longPath) + 1; // GetShortPathName deals with DWORDs in toShortPath()336 DWORD length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()342 length = GetShortPathName(longPath, shortPath, lenShort); in toShortPath()