Searched refs:local_state_path (Results 1 – 3 of 3) sorted by relevance
501 FilePath local_state_path; in AutoImport() local502 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()
834 FilePath local_state_path; in CreateLocalState() local835 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in CreateLocalState()837 PrefService::CreatePrefService(local_state_path, NULL, NULL)); in CreateLocalState()
674 FilePath local_state_path; in InitializeLocalState() local675 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()