Searched refs:appendStrAttr (Results 1 – 1 of 1) sorted by relevance
78 inline void appendStrAttr(NodeType *e, const std::string &attrName, const std::string &attr) { in appendStrAttr() function209 return appendStrAttr(e, attrName, ::android::vintf::to_string(attr)); in appendAttr()213 return appendStrAttr(e, attrName, attr ? "true" : "false"); in appendAttr()