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

/external/lzma/CPP/Windows/
H A DFileFind.cpp117 UString longPath; local
118 if (GetLongPath(wildcard, longPath))
119 _handle = ::FindFirstFileW(longPath, &fd);
140 UString longPath; local
141 if (GetLongPath(wildcard, longPath))
142 _handle = ::FindFirstFileW(longPath, &fd);
367 UString longPath; local
368 if (GetLongPath(pathName, longPath))
369 _handle = ::FindFirstChangeNotificationW(longPath, BoolToBOOL(watchSubtree), notifyFilter);
384 UString longPath; local
[all...]
H A DFileDir.cpp106 UString longPath; local
107 if (GetLongPath(fileName, longPath))
108 hDir = ::CreateFileW(longPath, GENERIC_WRITE,
128 UString longPath;
129 if (GetLongPath(fileName, longPath))
130 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes));
140 UString longPath;
141 if (GetLongPath(pathName, longPath))
142 return BOOLToBool(::RemoveDirectoryW(longPath));
179 UString longPath;
223 UString longPath; local
241 UString longPath; local
484 MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) argument
[all...]
H A DFileIO.cpp94 bool GetLongPath(LPCWSTR path, UString &longPath) argument
96 if (GetLongPathBase(path, longPath))
97 return !longPath.IsEmpty();
117 UString longPath; local
118 if (GetLongPath(fileName, longPath))
119 _handle = ::CreateFileW(longPath, desiredAccess, shareMode,
145 UString longPath; local
146 if (GetLongPath(fileName, longPath))
147 _handle = ::CreateFileW(longPath, desiredAccess, shareMode,
H A DFileDir.h50 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath);

Completed in 126 milliseconds