Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp69 std::string* out_error) { in DeserializeConfigFromPb()
381 OverlayableItem* out_overlayable, std::string* out_error) { in DeserializeOverlayableItemFromPb()
428 ResourceTable* out_table, std::string* out_error) { in DeserializePackageFromPb()
551 ResourceTable* out_table, std::string* out_error) { in DeserializeTableFromPb()
604 ResourceFile* out_file, std::string* out_error) { in DeserializeCompiledFileFromPb()
656 std::string* out_error) { in DeserializeReferenceFromPb()
683 std::string* out_error) { in DeserializeMacroFromPb()
743 io::IFileCollection* files, std::string* out_error) { in DeserializeValueFromPb()
881 io::IFileCollection* files, std::string* out_error) { in DeserializeItemFromPb()
1011 std::string* out_error) { in DeserializeXmlResourceFromPb()
[all …]
/frameworks/base/tools/aapt2/util/
DFiles.cpp211 std::optional<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()
245 std::string* out_error) { in AppendArgsFromFile()
267 std::string* out_error) { in AppendSetArgsFromFile()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp294 std::string* out_error) { in ResolveSymbolCheckVisibility()
310 SymbolTable* symbols, std::string* out_error) { in ResolveAttributeCheckVisibility()
328 std::string* out_error) { in CompileXmlAttribute()
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp300 std::string* out_error) { in ExtractCompiledString()
324 std::string* out_error) { in ExtractCompiledInt()
348 static std::optional<int> ExtractSdkVersion(const xml::Attribute& attr, std::string* out_error) { in ExtractSdkVersion()
DCommand.cpp180 int Command::Execute(const std::vector<StringPiece>& args, std::ostream* out_error) { in Execute()
DCompile.cpp81 std::string* out_error, in ExtractResourcePathData()
/frameworks/base/tools/aapt2/io/
DZipArchive.cpp103 std::string* out_error) { in Create()
/frameworks/base/core/jni/
Dcom_android_internal_content_om_OverlayManagerImpl.cpp118 bool callCreateFrroFile(std::string& out_error, const std::string& packageName, in callCreateFrroFile()
127 bool callCreateIdmapFile(std::string& out_error, const std::string& targetPath, in callCreateIdmapFile()
137 bool callGetFabricatedOverlayInfo(std::string& out_error, const std::string& overlay_path, in callGetFabricatedOverlayInfo()
/frameworks/base/tools/aapt2/
DResourceUtils.cpp249 std::optional<Reference> ParseStyleParentReference(StringPiece str, std::string* out_error) { in ParseStyleParentReference()
415 static uint32_t ParseHex(char c, bool* out_error) { in ParseHex()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp269 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len, std::string* out_error) { in Inflate()