HomeSort by relevance Sort by last modified time
    Searched refs:prefs_path (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/installer/util/
master_preferences_dummy.cc 25 MasterPreferences::MasterPreferences(const base::FilePath& prefs_path)
chrome_browser_operations.cc 117 base::FilePath prefs_path(target_exe.DirName().AppendASCII(
119 if (base::PathExists(prefs_path)) {
120 installer::MasterPreferences prefs(prefs_path);
master_preferences.cc 91 MasterPreferences::MasterPreferences(const base::FilePath& prefs_path)
101 if (base::PathExists(prefs_path) &&
102 !base::ReadFileToString(prefs_path, &json_data)) {
103 LOG(ERROR) << "Failed to read preferences from " << prefs_path.value();
124 base::FilePath prefs_path(cmd_line.GetSwitchValuePath(
126 this->MasterPreferences::MasterPreferences(prefs_path);
master_preferences.h 92 explicit MasterPreferences(const base::FilePath& prefs_path);
master_preferences_unittest.cc 212 base::FilePath prefs_path; local
213 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &prefs_path));
214 prefs_path = prefs_path.AppendASCII("extensions")
217 installer::MasterPreferences prefs(prefs_path);
  /external/chromium_org/chrome/installer/setup/
install.h 115 const base::FilePath& prefs_path,
install.cc 507 const base::FilePath& prefs_path,
542 if (result == FIRST_INSTALL_SUCCESS && !prefs_path.empty())
543 CopyPreferenceFileForFirstRun(installer_state, prefs_path);
setup_main.cc     [all...]

Completed in 57 milliseconds