Home | History | Annotate | Download | only in Windows

Lines Matching defs:longPath

117     UString longPath;

118 if (GetLongPath(wildcard, longPath))
119 _handle = ::FindFirstFileW(longPath, &fd);
140 UString longPath;
141 if (GetLongPath(wildcard, longPath))
142 _handle = ::FindFirstFileW(longPath, &fd);
367 UString longPath;
368 if (GetLongPath(pathName, longPath))
369 _handle = ::FindFirstChangeNotificationW(longPath, BoolToBOOL(watchSubtree), notifyFilter);
384 UString longPath;
385 if (GetLongPath(pathName, longPath))
386 _handle = ::FindFirstChangeNotificationW(longPath, BoolToBOOL(watchSubtree), notifyFilter);