Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/first_run/
Dfirst_run.cc501 FilePath local_state_path; in AutoImport() local
502 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in AutoImport()
503 bool local_state_file_exists = file_util::PathExists(local_state_path); in AutoImport()
/external/chromium/chrome/browser/
Dbrowser_process_impl.cc834 FilePath local_state_path; in CreateLocalState() local
835 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in CreateLocalState()
837 PrefService::CreatePrefService(local_state_path, NULL, NULL)); in CreateLocalState()
Dbrowser_main.cc674 FilePath local_state_path; in InitializeLocalState() local
675 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in InitializeLocalState()
676 bool local_state_file_exists = file_util::PathExists(local_state_path); in InitializeLocalState()