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

  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 112 xmlNewProp(type, xc("arch"), xc("x86_64"));
113 xmlNewProp(type, xc("machine"), xc("pc"));
131 xmlNewProp(arg, xc("value"), xc(str.c_str()));
138 xmlNewProp(source, xc("path"), xc(path.c_str()));
142 xmlNewProp(device, xc("type"), xc("file"));
146 xmlNewProp(device, xc("type"), xc("unix"));
147 xmlNewProp(source, xc("mode"), xc("connect"));
151 xmlNewProp(device, xc("type"), xc("unix"));
152 xmlNewProp(source, xc("mode"), xc("bind"));
171 xmlNewProp(tgt, xc("port"), xc(concat(port).c_str()))
    [all...]
  /external/libxml2/doc/examples/
tree2.c 59 * xmlNewProp() creates attributes, which is "attached" to an node.
65 xmlNewProp(node, BAD_CAST "attribute", BAD_CAST "yes");
66 xmlNewProp(node, BAD_CAST "foo", BAD_CAST "bar");
88 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes"));
  /external/libxml2/doc/tutorial/
includeaddattribute.c 39 newattr = xmlNewProp (newnode, "uri", uri);
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.cpp 214 xmlNewProp(_pXmlElement, BAD_CAST name.c_str(), BAD_CAST value);
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 335 attr = xmlNewProp((xmlNodePtr) node, (const xmlChar *) name,
  /external/libxml2/
libxml2.syms 996 xmlNewProp;
    [all...]
elfgcchack.h     [all...]
tree.c     [all...]
testapi.c     [all...]
xmlschemas.c     [all...]
  /external/libxml2/include/libxml/
tree.h 790 xmlNewProp (xmlNodePtr node,
    [all...]

Completed in 128 milliseconds