Home
last modified time | relevance | path

Searched refs:SDL_GetPrefPath (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestfilesystem.c40 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 DSDL_sysfilesystem.c35 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/src/filesystem/dummy/
A DSDL_sysfilesystem.c39 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_filesystem.h126 extern DECLSPEC char *SDLCALL SDL_GetPrefPath(const char *org, const char *app);
/AliOS-Things-master/components/SDL2/src/filesystem/android/
A DSDL_sysfilesystem.c44 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/src/filesystem/emscripten/
A DSDL_sysfilesystem.c43 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/src/filesystem/haiku/
A DSDL_sysfilesystem.cc74 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c104 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/src/filesystem/unix/
A DSDL_sysfilesystem.c177 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp139 SDL_GetPrefPath(const char *org, const char *app) in SDL_GetPrefPath() function
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md128 #### 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 DSDL_sysfilesystem.m71 SDL_GetPrefPath(const char *org, const char *app) function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h134 #define SDL_GetPrefPath SDL_GetPrefPath_REAL macro
A DSDL_dynapi_procs.h165 SDL_DYNAPI_PROC(char*,SDL_GetPrefPath,(const char *a, const char *b),(a,b),return)

Completed in 23 milliseconds