OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_config
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
usage_stats_consent_mac.cc
28
JsonHostConfig
host_config
(config_file_path);
29
if (
host_config
.Read()) {
30
return
host_config
.GetBoolean(kUsageStatsConsentConfigPath, allowed);
/external/chromium_org/remoting/tools/
me2me_virtual_host.py
426
def launch_host(self,
host_config
):
451
self.host_proc.stdin.write(json.dumps(
host_config
.data))
745
def __init__(self,
host_config
):
746
self.
host_config
=
host_config
752
self.
host_config
.load()
[
all
...]
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc
177
ScopedBstr
host_config
;
178
hr = control_->GetConfig(
host_config
.Receive());
184
static_cast<BSTR>(
host_config
),
host_config
.Length());
Completed in 43 milliseconds