Home
last modified time | relevance | path

Searched refs:appendStrAttr (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
Dparse_xml.cpp78 inline void appendStrAttr(NodeType *e, const std::string &attrName, const std::string &attr) { in appendStrAttr() function
209 return appendStrAttr(e, attrName, ::android::vintf::to_string(attr)); in appendAttr()
213 return appendStrAttr(e, attrName, attr ? "true" : "false"); in appendAttr()