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

  /external/chromium_org/chromecast/common/
chromecast_config.cc 62 : config_path_(GetConfigPath()),
75 VLOG(1) << "Loading config from " << config_path_.value();
85 JsonPrefStore::GetTaskRunnerForFile(config_path_, worker_pool_.get());
86 prefServiceFactory.SetUserPrefsFile(config_path_, task_runner.get());
96 << config_path_.value()
104 VLOG(1) << "Saving config to: " << config_path_.value();
chromecast_config.h 74 const base::FilePath config_path_; member in class:chromecast::ChromecastConfig
  /external/chromium_org/remoting/host/
config_file_watcher.cc 69 base::FilePath config_path_; member in class:remoting::ConfigFileWatcherImpl
110 : config_path_(config_path),
144 config_path_, false,
146 PLOG(ERROR) << "Couldn't watch file '" << config_path_.value() << "'";
186 if (!error && config_path_ == path)
206 if (!base::ReadFileToString(config_path_, &config)) {
211 PLOG(WARNING) << "Failed to read '" << config_path_.value() << "'";
219 PLOG(ERROR) << "Failed to read '" << config_path_.value() << "'";

Completed in 1492 milliseconds