Searched refs:pref_path (Results 1 – 2 of 2) sorted by relevance
21 char *pref_path; in main() local40 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()
166 const base::FilePath& pref_path = cache_path.AppendASCII( in CreatePrefService() local169 pref_path, std::unique_ptr<PrefFilter>(), sequenced_task_runner); in CreatePrefService()