Searched defs:stripAll (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.cpp551 bool stripAll, bool keepComments,
558 root->removeWhitespace(stripAll, cDataTags);
891 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags)
900 stripAll = false;
917 if (stripAll) {
944 node->removeWhitespace(stripAll, cDataTags);
550 parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, bool stripAll, bool keepComments, const char** cDataTags) argument

Completed in 31 milliseconds