Searched refs:new_wpath_len (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/ |
A D | SDL_sysfilesystem.cpp | 152 size_t new_wpath_len = 0; in SDL_GetPrefPath() local 188 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath() 190 if ((new_wpath_len + 1) > MAX_PATH) { in SDL_GetPrefPath() 198 SDL_wcslcat(path, L"\\", new_wpath_len + 1); in SDL_GetPrefPath() 199 SDL_wcslcat(path, worg, new_wpath_len + 1); in SDL_GetPrefPath() 212 SDL_wcslcat(path, L"\\", new_wpath_len + 1); in SDL_GetPrefPath() 213 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath() 224 SDL_wcslcat(path, L"\\", new_wpath_len + 1); in SDL_GetPrefPath()
|
/AliOS-Things-master/components/SDL2/src/filesystem/windows/ |
A D | SDL_sysfilesystem.c | 118 size_t new_wpath_len = 0; in SDL_GetPrefPath() local 147 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath() 149 if ((new_wpath_len + 1) > MAX_PATH) { in SDL_GetPrefPath()
|
Completed in 8 milliseconds