Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h137 status_t flatten(const sp<AaptFile>& dest, bool stripComments,
173 bool stripComments, bool stripRawValues) const;
182 bool stripComments, bool stripRawValues) const;
DXMLNode.cpp962 bool stripComments, bool stripRawValues) const in flatten() argument
974 collect_strings(&strings, &resids, stripComments, stripRawValues); in flatten()
1014 flatten_node(strings, dest, stripComments, stripRawValues); in flatten()
1211 bool stripComments, bool stripRawValues) const in collect_strings() argument
1226 if (!stripComments && mComment.size() > 0) { in collect_strings()
1257 stripComments, stripRawValues); in collect_strings()
1330 bool stripComments, bool stripRawValues) const in flatten_node() argument
1356 if (!stripComments) { in flatten_node()
1459 stripComments, stripRawValues); in flatten_node()