Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp113 inline bool getAttr(NodeType *root, const std::string &attrName, std::string *s) { in getAttr() function
251 bool success = getAttr(root, attrName, &attrText) && in parseOptionalAttr()
263 bool ret = getAttr(root, attrName, &attrText) && ::android::vintf::parse(attrText, attr); in parseAttr()
273 bool ret = getAttr(root, attrName, attr); in parseAttr()