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

  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 81 xmlNewChild(root, nullptr, xc("name"), xc(instance_name.c_str()));
84 xmlNewChild(root, nullptr, xc("on_poweroff"), xc("destroy"));
85 xmlNewChild(root, nullptr, xc("on_reboot"), xc("restart"));
86 xmlNewChild(root, nullptr, xc("on_crash"), xc("restart"));
87 xmlNewChild(root, nullptr, xc("vcpu"), xc(concat(cpus).c_str()));
88 xmlNewChild(root, nullptr, xc("memory"), xc(concat(mem_mb << 10).c_str()));
90 xmlNewChild(root, nullptr, xc("uuid"), xc(uuid.c_str()));
98 auto ch = xmlNewChild(root, nullptr, xc("features"), nullptr);
100 xmlNewChild(ch, nullptr, xc(str.c_str()), nullptr);
109 auto os = xmlNewChild(root, nullptr, xc("os"), nullptr)
    [all...]
  /external/libxml2/doc/examples/
tree2.c 48 * xmlNewChild() creates a new node, which is "attached" as child node
51 xmlNewChild(root_node, NULL, BAD_CAST "node1",
56 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL);
63 xmlNewChild(root_node, NULL, BAD_CAST "node3",
84 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL);
87 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.cpp 237 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, NULL, BAD_CAST strType.c_str(), NULL);
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 285 node = xmlNewChild((xmlNodePtr) parent, (xmlNsPtr) ns,
  /external/libxml2/
libxml2.syms 977 xmlNewChild;
    [all...]
elfgcchack.h     [all...]
tree.c     [all...]
relaxng.c     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h 844 xmlNewChild (xmlNodePtr parent,
    [all...]

Completed in 110 milliseconds