Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h105 const String16& getCData() const;
DXMLNode.cpp748 const String16& XMLNode::getCData() const in getCData() function in XMLNode
1188 printf("%s C: \"%s\"\n", prefix.string(), String8(getCData()).string()); in print()