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

  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 58 std::string config_str; local
59 base::JSONWriter::Write(&config, &config_str);
60 ScopedBstr config_scoped_bstr(base::UTF8ToUTF16(config_str).c_str());
246 ScopedBstr config_str(NULL);
247 ConfigToString(*config, &config_str);
248 if (config_str == NULL) {
261 hr = control_->UpdateConfig(config_str);
436 ScopedBstr config_str(NULL);
437 ConfigToString(*config, &config_str);
438 if (config_str == NULL)
    [all...]
  /system/core/libcutils/
config_utils.c 85 const char* config_str(cnode *root, const char *name, const char *_default) function
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 450 std::string config_str = base::UTF16ToUTF8( local
452 scoped_ptr<base::Value> config_value(base::JSONReader::Read(config_str));

Completed in 654 milliseconds