Home
last modified time | relevance | path

Searched refs:wapp (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c117 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
140 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()
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp151 WCHAR* wapp = NULL; in SDL_GetPrefPath() local
181 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 6 milliseconds