Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestfilesystem.c21 char *pref_path; in main() local
40 pref_path = SDL_GetPrefPath("libsdl", "testfilesystem"); in main()
41 if(pref_path == NULL){ in main()
46 SDL_Log("pref path: '%s'\n", pref_path); in main()
47 SDL_free(pref_path); in main()
/third_party/cef/libcef/browser/prefs/
Dbrowser_prefs.cc166 const base::FilePath& pref_path = cache_path.AppendASCII( in CreatePrefService() local
169 pref_path, std::unique_ptr<PrefFilter>(), sequenced_task_runner); in CreatePrefService()