Searched defs:config_path_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromecast/common/
H A Dchromecast_config.h74 const base::FilePath config_path_; member in class:chromecast::ChromecastConfig
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher.cc69 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 188 milliseconds