Searched refs:err_str (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceUtils_test.cpp150 std::string err_str; local
152 ResourceUtils::ParseStyleParentReference("@android:style/foo", &err_str);
156 ref = ResourceUtils::ParseStyleParentReference("@style/foo", &err_str);
161 ResourceUtils::ParseStyleParentReference("?android:style/foo", &err_str);
165 ref = ResourceUtils::ParseStyleParentReference("?style/foo", &err_str);
169 ref = ResourceUtils::ParseStyleParentReference("android:style/foo", &err_str);
173 ref = ResourceUtils::ParseStyleParentReference("android:foo", &err_str);
177 ref = ResourceUtils::ParseStyleParentReference("@android:foo", &err_str);
181 ref = ResourceUtils::ParseStyleParentReference("foo", &err_str);
186 ResourceUtils::ParseStyleParentReference("*android:style/foo", &err_str);
[all...]
H A DResourceParser.cpp1114 std::string err_str; local
1116 maybe_parent.value(), &err_str);
1118 diag_->Error(DiagMessage(out_resource->source) << err_str);
/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp109 std::string err_str; variable
111 ReferenceLinker::CompileXmlAttribute(attr_ref, callsite_, symbols_, &err_str);
116 << attr.name << "' " << err_str);
H A DReferenceLinker.cpp82 std::string err_str; variable
98 transformed_reference, callsite_, symbols_, &err_str);
132 msg << "' " << err_str; variable
307 std::string err_str; local
309 ResolveSymbolCheckVisibility(transformed_reference, callsite, symbols, &err_str);
321 error_msg << " " << err_str; local
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp91 std::stringstream err_str; local
92 err_str << "invalid configuration '" << config_str << "'";
93 *out_error = err_str.str();
180 std::string err_str; local
181 Maybe<ResourcePathData> path_data = ExtractResourcePathData(full_path, &err_str);
183 context->GetDiagnostics()->Error(DiagMessage() << err_str);

Completed in 2479 milliseconds