Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestfilesystem.c21 char *pref_path; in main() local
40 pref_path = SDL_GetPrefPath("libsdl", "testfilesystem"); in main()
41 if(pref_path == NULL){ in main()
45 SDL_Log("pref path: '%s'\n", pref_path); in main()
46 SDL_free(pref_path); in main()
49 pref_path = SDL_GetPrefPath(NULL, "testfilesystem"); in main()
50 if(pref_path == NULL){ in main()
54 SDL_Log("pref path: '%s'\n", pref_path); in main()
55 SDL_free(pref_path); in main()

Completed in 4 milliseconds