Searched defs:out_error (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoDeserialize.cpp | 69 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/ |
D | Files.cpp | 211 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/ |
D | ReferenceLinker.cpp | 294 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/ |
D | Util.cpp | 300 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()
|
D | Command.cpp | 180 int Command::Execute(const std::vector<StringPiece>& args, std::ostream* out_error) { in Execute()
|
D | Compile.cpp | 81 std::string* out_error, in ExtractResourcePathData()
|
/frameworks/base/tools/aapt2/io/ |
D | ZipArchive.cpp | 103 std::string* out_error) { in Create()
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_om_OverlayManagerImpl.cpp | 118 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/ |
D | ResourceUtils.cpp | 249 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/ |
D | XmlDom.cpp | 269 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len, std::string* out_error) { in Inflate()
|