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

/frameworks/base/tools/aapt/
H A DXMLNode.cpp523 bool stripAll, bool keepComments,
530 root->removeWhitespace(stripAll, cDataTags);
831 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags)
840 stripAll = false;
857 if (stripAll) {
884 node->removeWhitespace(stripAll, cDataTags);
522 parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, bool stripAll, bool keepComments, const char** cDataTags) argument

Completed in 49 milliseconds