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

  /external/chromium_org/remoting/host/setup/
daemon_controller_win.cc 391 std::string config_str; local
392 base::JSONWriter::Write(&config, &config_str);
393 ScopedBstr config_scoped_bstr(UTF8ToUTF16(config_str).c_str());
532 ScopedBstr config_str(NULL);
533 ConfigToString(*config, &config_str);
534 if (config_str == NULL) {
546 hr = control_->SetConfig(config_str);
569 ScopedBstr config_str(NULL);
570 ConfigToString(*config, &config_str);
571 if (config_str == NULL)
    [all...]
  /external/android-clat/
config.c 47 if(!(tmp = config_str(root, item_name, defaultvar))) {
66 if(!(tmp = config_str(root, item_name, defaultvar))) {
104 if(!(tmp = config_str(root, item_name, defaultvar))) {
129 if(!(tmp = config_str(root, item_name, defaultvar))) {
  /system/core/include/cutils/
config_utils.h 52 const char* config_str(cnode *root, const char *name, const char *_default);
  /system/core/libdiskconfig/
diskconfig.c 110 if (!(tmp = config_str(partnode, "type", NULL))) {
125 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
173 if (!(tmp = config_str(devroot, "path", path_override))) {
180 if (!(tmp = config_str(devroot, "scheme", NULL))) {
194 tmp = config_str(devroot, "sector_size", "512");
202 if (!(tmp = config_str(devroot, "start_lba", NULL))) {
213 if (!(tmp = config_str(devroot, "num_lba", NULL))) {
  /bootable/diskinstaller/
installer.c 209 filename = config_str(img, "filename", NULL);
212 if ((tmp = config_str(img, "offset", NULL)) != NULL)
216 if ((tmp = config_str(img, "partition", NULL)) != NULL) {
238 if ((tmp = config_str(img, "mkfs", NULL)) != NULL) {
287 if ((tmp = config_str(img, "flags", NULL)) != NULL) {
309 if (!(tmp = config_str(img, "type", NULL))) {
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 1248 std::string config_str = StringFromNPVariant(args[0]); local
1384 std::string config_str = StringFromNPVariant(args[0]); local
1618 std::string config_str; local
    [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 448 std::string config_str = UTF16ToUTF8( local
450 scoped_ptr<base::Value> config_value(base::JSONReader::Read(config_str));

Completed in 1244 milliseconds