HomeSort by relevance Sort by last modified time
    Searched full:config_str (Results 1 - 7 of 7) 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/include/cutils/
config_utils.h 52 const char* config_str(cnode *root, const char *name, const char *_default);
  /system/core/libdiskconfig/
diskconfig.c 111 if (!(tmp = config_str(partnode, "type", NULL))) {
126 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
174 if (!(tmp = config_str(devroot, "path", path_override))) {
181 if (!(tmp = config_str(devroot, "scheme", NULL))) {
195 tmp = config_str(devroot, "sector_size", "512");
203 if (!(tmp = config_str(devroot, "start_lba", NULL))) {
214 if (!(tmp = config_str(devroot, "num_lba", NULL))) {
  /external/android-clat/
config.c 48 if(!(tmp = config_str(root, item_name, defaultvar))) {
67 if(!(tmp = config_str(root, item_name, defaultvar))) {
105 if(!(tmp = config_str(root, item_name, defaultvar))) {
130 if(!(tmp = config_str(root, item_name, defaultvar))) {
  /system/core/fastbootd/commands/
partitions.c 604 if ((tmp = config_str(node, name, NULL))) {
619 const char *value = config_str(node, name, NULL);
665 if (config_str(current, "system", NULL)) {
668 if (config_str(current, "bootable", NULL)) {
671 if (config_str(current, "readonly", NULL)) {
674 if (config_str(current, "automount", NULL)) {
  /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 239 milliseconds