Searched refs:appendChild (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 61 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild() function 65 inline void appendChild(DocType *parent, NodeType *child) { in appendChild() function 148 appendChild(doc, serialize(o, doc)); in serialize() 199 appendChild(parent, c); in appendTextElement() 209 appendChild(parent, c); in appendTextElements() 217 appendChild(parent, conv(t, d)); in appendChildren() 431 appendChild(root, kernelConfigKeyConverter(object.first, d)); in mutateNode() 432 appendChild(root, kernelConfigTypedValueConverter(object.second, d)); in mutateNode() 524 appendChild(root, transportArchConverter(hal.transportArch, d)); in mutateNode() 565 appendChild(root, kernelSepolicyVersionConverter(object.kernelSepolicyVersion(), d)); in mutateNode() [all …]
|