Searched refs:pathChars (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultDownloadDelegate.cpp111 WCHAR pathChars[MAX_PATH]; local
112 if (FAILED(SHGetFolderPath(0, CSIDL_DESKTOPDIRECTORY | CSIDL_FLAG_CREATE, 0, 0, pathChars))) {
120 size_t fullLength = wcslen(pathChars) + SysStringLen(filename) + 2;
125 wcscpy_s(full, fullLength, pathChars);
/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c296 UniChar pathChars[MAX_PATH];
297 if (S_OK == SHGetFolderPathW(NULL, CSIDL_PROFILE, NULL, SHGFP_TYPE_CURRENT, (wchar_t *)pathChars)) {
298 len = (CFIndex)wcslen((wchar_t *)pathChars);
299 str = CFStringCreateWithCharacters(kCFAllocatorSystemDefault, pathChars, len);

Completed in 104 milliseconds