Searched refs:stripComments (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 143 status_t flatten(const sp<AaptFile>& dest, bool stripComments, 184 bool stripComments, bool stripRawValues) const; 193 bool stripComments, bool stripRawValues) const;
|
D | XMLNode.cpp | 1093 bool stripComments, bool stripRawValues) const in flatten() argument 1105 collect_strings(&strings, &resids, stripComments, stripRawValues); in flatten() 1134 flatten_node(strings, dest, stripComments, stripRawValues); in flatten() 1339 bool stripComments, bool stripRawValues) const in collect_strings() argument 1356 if (!stripComments && mComment.size() > 0) { in collect_strings() 1387 stripComments, stripRawValues); in collect_strings() 1463 bool stripComments, bool stripRawValues) const in flatten_node() argument 1490 if (!stripComments) { in flatten_node() 1599 stripComments, stripRawValues); in flatten_node()
|