Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DNinePatch.cpp226 std::stringstream err_stream; in PopulateBounds() local
227 err_stream << "too many padding sections on " << edge_name << " border"; in PopulateBounds()
228 *out_err = err_stream.str(); in PopulateBounds()
246 std::stringstream err_stream; in PopulateBounds() local
247 err_stream << "too many layout bounds sections on " << edge_name << " border"; in PopulateBounds()
248 *out_err = err_stream.str(); in PopulateBounds()
260 std::stringstream err_stream; in PopulateBounds() local
261 err_stream << "layout bounds on " << edge_name << " border must start at edge"; in PopulateBounds()
262 *out_err = err_stream.str(); in PopulateBounds()
270 std::stringstream err_stream; in PopulateBounds() local
[all …]