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

  /external/chromium_org/remoting/host/
host_config.cc 17 const char kPrivateKeyConfigPath[] = "private_key";
host_config.h 38 extern const char kPrivateKeyConfigPath[];
json_host_config_unittest.cc 59 EXPECT_TRUE(target.GetString(kPrivateKeyConfigPath, &value));
90 EXPECT_TRUE(reader.GetString(kPrivateKeyConfigPath, &value));
remoting_me2me_host.cc 689 if (!config->GetString(kPrivateKeyConfigPath, &key_base64)) {
    [all...]

Completed in 5310 milliseconds