Searched refs:stripComments (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/tools/aapt/ |
H A 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;
|
H A D | XMLNode.cpp | 1090 bool stripComments, bool stripRawValues) const in flatten() argument 1102 collect_strings(&strings, &resids, stripComments, stripRawValues); in flatten() 1131 flatten_node(strings, dest, stripComments, stripRawValues); in flatten() 1336 bool stripComments, bool stripRawValues) const in collect_strings() argument 1353 if (!stripComments && mComment.size() > 0) { in collect_strings() 1384 stripComments, stripRawValues); in collect_strings() 1460 bool stripComments, bool stripRawValues) const in flatten_node() argument 1487 if (!stripComments) { in flatten_node() 1596 stripComments, stripRawValues); in flatten_node()
|
/aosp14/system/core/toolbox/ |
H A D | modprobe.cpp | 67 std::string stripComments(const std::string& str) { in stripComments() function 151 for (auto mod : android::base::Split(stripComments(mods), "\n")) { in modprobe_main()
|