Searched defs:appendStrAttr (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/
H A Dparse_xml.cpp69 inline void appendStrAttr(NodeType *e, const std::string &attrName, const std::string &attr) { function in namespace:android::vintf
187 return appendStrAttr(e, attrName, ::android::vintf::to_string(attr));
191 return appendStrAttr(e, attrName, attr ? "true" : "false");

Completed in 61 milliseconds