Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/first_run/
Dfirst_run_internal_posix.cc26 base::FilePath local_state_path; in DoPostImportPlatformSpecificTasks() local
27 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in DoPostImportPlatformSpecificTasks()
28 bool local_state_file_exists = base::PathExists(local_state_path); in DoPostImportPlatformSpecificTasks()
Dfirst_run.cc705 base::FilePath local_state_path; in AutoImport() local
706 PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); in AutoImport()
707 bool local_state_file_exists = base::PathExists(local_state_path); in AutoImport()
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file_unittest.cc371 base::FilePath local_state_path = local_path.Append(kAppDataDirName).Append( in TEST_F() local
392 EXPECT_TRUE(ShouldBypass(local_state_path.value().c_str())); in TEST_F()
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc963 base::FilePath local_state_path; in CreateLocalState() local
964 CHECK(PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path)); in CreateLocalState()
971 chrome_prefs::CreateLocalState(local_state_path, in CreateLocalState()
Dchrome_browser_main.cc245 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()