Searched refs:attStr (Results 1 – 2 of 2) sorted by relevance
131 std::string attStr = attributes == defaultAttr ? "{ Any }" : android::toString(attributes); in dump() local133 attStr.c_str()); in dump()
141 std::string attStr = attr.getAttributes() == defaultAttr ? in dump() local143 dst->appendFormat("%s\n", attStr.c_str()); in dump()