Searched refs:SDL_GetPrefPath (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testfilesystem.c | 40 pref_path = SDL_GetPrefPath("libsdl", "testfilesystem"); in main() 49 pref_path = SDL_GetPrefPath(NULL, "testfilesystem"); in main()
|
/AliOS-Things-master/components/SDL2/src/filesystem/nacl/ |
A D | SDL_sysfilesystem.c | 35 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/src/filesystem/dummy/ |
A D | SDL_sysfilesystem.c | 39 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_filesystem.h | 126 extern DECLSPEC char *SDLCALL SDL_GetPrefPath(const char *org, const char *app);
|
/AliOS-Things-master/components/SDL2/src/filesystem/android/ |
A D | SDL_sysfilesystem.c | 44 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/src/filesystem/emscripten/ |
A D | SDL_sysfilesystem.c | 43 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/src/filesystem/haiku/ |
A D | SDL_sysfilesystem.cc | 74 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/src/filesystem/windows/ |
A D | SDL_sysfilesystem.c | 104 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/src/filesystem/unix/ |
A D | SDL_sysfilesystem.c | 177 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/ |
A D | SDL_sysfilesystem.cpp | 139 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 128 #### SDL_GetPrefPath() usage when upgrading WinRT apps from SDL 2.0.3 130 SDL 2.0.4 fixes two bugs found in the WinRT version of SDL_GetPrefPath(). 135 1. SDL_GetPrefPath() would return an invalid path, one in which the path's 140 2. SDL_GetPrefPath(), for non-WinPhone-based apps, would return a path inside 149 SDL_GetPrefPath(), starting with SDL 2.0.4, addresses these by: 151 1. making sure that SDL_GetPrefPath() returns a directory in which data 154 2. basing SDL_GetPrefPath() off of a different, non-Roaming folder, the
|
/AliOS-Things-master/components/SDL2/src/filesystem/cocoa/ |
A D | SDL_sysfilesystem.m | 71 SDL_GetPrefPath(const char *org, const char *app) function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 134 #define SDL_GetPrefPath SDL_GetPrefPath_REAL macro
|
A D | SDL_dynapi_procs.h | 165 SDL_DYNAPI_PROC(char*,SDL_GetPrefPath,(const char *a, const char *b),(a,b),return)
|
Completed in 23 milliseconds