Searched refs:local_state_path (Results 1 – 5 of 5) sorted by relevance
26 base::FilePath local_state_path; in DoPostImportPlatformSpecificTasks() local27 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in DoPostImportPlatformSpecificTasks()28 bool local_state_file_exists = base::PathExists(local_state_path); in DoPostImportPlatformSpecificTasks()
705 base::FilePath local_state_path; in AutoImport() local706 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in AutoImport()707 bool local_state_file_exists = base::PathExists(local_state_path); in AutoImport()
371 base::FilePath local_state_path = local_path.Append(kAppDataDirName).Append( in TEST_F() local392 EXPECT_TRUE(ShouldBypass(local_state_path.value().c_str())); in TEST_F()
963 base::FilePath local_state_path; in CreateLocalState() local964 CHECK(PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path)); in CreateLocalState()971 chrome_prefs::CreateLocalState(local_state_path, in CreateLocalState()
245 base::FilePath local_state_path; in InitializeLocalState()246 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in InitializeLocalState()247 bool local_state_file_exists = base::PathExists(local_state_path); in InitializeLocalState()