Searched refs:wapp (Results 1 – 2 of 2) sorted by relevance
117 WCHAR* wapp = NULL; in SDL_GetPrefPath() local140 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()141 if (wapp == NULL) { in SDL_GetPrefPath()147 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()151 SDL_free(wapp); in SDL_GetPrefPath()165 SDL_free(wapp); in SDL_GetPrefPath()172 lstrcatW(path, wapp); in SDL_GetPrefPath()173 SDL_free(wapp); in SDL_GetPrefPath()
151 WCHAR* wapp = NULL; in SDL_GetPrefPath() local181 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()182 if (wapp == NULL) { in SDL_GetPrefPath()188 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()192 SDL_free(wapp); in SDL_GetPrefPath()206 SDL_free(wapp); in SDL_GetPrefPath()213 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()214 SDL_free(wapp); in SDL_GetPrefPath()
Completed in 138 milliseconds