Home
last modified time | relevance | path

Searched refs:SDL_AndroidGetInternalStoragePath (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/android/
DSDL_sysfilesystem.c46 const char *path = SDL_AndroidGetInternalStoragePath(); in SDL_GetPrefPath()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_system.h124 extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h57 #define SDL_AndroidGetInternalStoragePath SDL_AndroidGetInternalStoragePath_REAL macro
DSDL_dynapi_procs.h84 SDL_DYNAPI_PROC(const char*,SDL_AndroidGetInternalStoragePath,(void),(),return)
/third_party/flutter/skia/third_party/externals/sdl/src/file/
DSDL_rwops.c489 SDL_AndroidGetInternalStoragePath(), file); in SDL_RWFromFile()
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-android.md189 * SDL_AndroidGetInternalStoragePath()
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c1635 const char * SDL_AndroidGetInternalStoragePath() in SDL_AndroidGetInternalStoragePath() function