Home
last modified time | relevance | path

Searched defs:out_error (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp230 std::string* out_error) { in ResolveSymbolCheckVisibility()
246 std::string* out_error) { in ResolveAttributeCheckVisibility()
263 std::string* out_error) { in CompileXmlAttribute()
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp217 static Maybe<std::string> ExtractCompiledString(xml::Attribute* attr, std::string* out_error) { in ExtractCompiledString()
240 static Maybe<uint32_t> ExtractCompiledInt(xml::Attribute* attr, std::string* out_error) { in ExtractCompiledInt()
264 static Maybe<int> ExtractSdkVersion(xml::Attribute* attr, std::string* out_error) { in ExtractSdkVersion()
DCompile.cpp71 std::string* out_error) { in ExtractResourcePathData()
DLink.cpp1054 std::string* out_error) { in LoadStaticLibrary()
/frameworks/base/tools/aapt2/util/
DFiles.cpp165 Maybe<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()
199 std::string* out_error) { in AppendArgsFromFile()
/frameworks/base/tools/aapt2/io/
DZipArchive.cpp81 const StringPiece& path, std::string* out_error) { in Create()
/frameworks/base/tools/aapt2/
DFlags.cpp137 std::ostream* out_error) { in Parse()
DResourceUtils.cpp212 std::string* out_error) { in ParseStyleParentReference()
380 static uint32_t ParseHex(char c, bool* out_error) { in ParseHex()