Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp227 std::stringstream err_stream; in PopulateBounds() local
228 err_stream << "too many padding sections on " << edge_name << " border"; in PopulateBounds()
229 *out_err = err_stream.str(); in PopulateBounds()
247 std::stringstream err_stream; in PopulateBounds() local
248 err_stream << "too many layout bounds sections on " << edge_name in PopulateBounds()
250 *out_err = err_stream.str(); in PopulateBounds()
262 std::stringstream err_stream; in PopulateBounds() local
263 err_stream << "layout bounds on " << edge_name in PopulateBounds()
265 *out_err = err_stream.str(); in PopulateBounds()
273 std::stringstream err_stream; in PopulateBounds() local
[all …]