Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp111 str_stream << "\n vs \n"; in EmitResourceConfigValueDiff()
191 str_stream << " vs "; in EmitResourceTypeDiff()
200 str_stream << ")"; in EmitResourceTypeDiff()
213 str_stream << " vs "; in EmitResourceTypeDiff()
219 str_stream << ")"; in EmitResourceTypeDiff()
266 str_stream << " vs "; in EmitResourcePackageDiff()
272 str_stream << ")"; in EmitResourcePackageDiff()
283 str_stream << " vs "; in EmitResourcePackageDiff()
289 str_stream << ")"; in EmitResourcePackageDiff()
336 str_stream << " vs "; in EmitResourceTableDiff()
[all …]
/aosp12/frameworks/base/tools/aapt2/
H A DResource.cpp39 std::ostringstream str_stream; in to_string() local
41 str_stream << package << ":"; in to_string()
43 str_stream << type << "/" << entry; in to_string()
44 return str_stream.str(); in to_string()
H A DResourceValues.cpp40 std::ostringstream str_stream; in PrettyPrint() local
41 Print(&str_stream); in PrettyPrint()
42 printer->Print(str_stream.str()); in PrettyPrint()