HomeSort by relevance Sort by last modified time
    Searched full:host_config_path_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 255 base::FilePath host_config_path_; member in class:remoting::HostProcess
375 host_config_path_ = cmd_line->GetSwitchValuePath(kHostConfigSwitchName);
378 if (host_config_path_ == base::FilePath(kStdinConfigPath)) {
387 host_config_path_ = default_config_dir.Append(kDefaultHostConfigFile);
390 if (host_config_path_ != base::FilePath(kStdinConfigPath) &&
391 !base::PathExists(host_config_path_)) {
392 LOG(ERROR) << "Can't find host config at " << host_config_path_.value();
473 if (host_config_path_ == base::FilePath(kStdinConfigPath)) {
481 config_watcher_->Watch(host_config_path_);
    [all...]

Completed in 248 milliseconds