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