Home
last modified time | relevance | path

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

/sdk/find_java2/src/
DJavaPath.cpp54 const TCHAR *longPath = mPath; in toShortPath() local
55 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()
/sdk/find_java/src/source/
Dutils.h330 const char *longPath = mStr; in toShortPath() local
333 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()