Home
last modified time | relevance | path

Searched refs:Inflate (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/androidfw/
DZipUtils.cpp130 return (zip_archive::Inflate(reader, compressedLen, uncompressedLen, &writer, nullptr) == 0); in inflateToBuffer()
138 return (zip_archive::Inflate(reader, compressedLen, uncompressedLen, &writer, nullptr) == 0); in inflateToBuffer()
146 return (zip_archive::Inflate(reader, compressedLen, uncompressedLen, &writer, nullptr) == 0); in inflateToBuffer()
/frameworks/base/tools/aapt2/xml/
DXmlDom.h159 std::unique_ptr<XmlResource> Inflate(io::InputStream* in, IDiagnostics* diag, const Source& source);
162 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len,
DXmlDom_test.cpp36 TEST(XmlDomTest, Inflate) { in TEST() argument
DXmlDom.cpp185 std::unique_ptr<XmlResource> Inflate(InputStream* in, IDiagnostics* diag, const Source& source) { in Inflate() function
266 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len, std::string* out_error) { in Inflate() function
/frameworks/base/tools/aapt2/
DLoadedApk.cpp150 xml::Inflate(manifest_data->data(), manifest_data->size(), &error); in LoadBinaryApkFromFileCollection()
287 xml::Inflate(manifest_data->data(), manifest_data->size(), &error); in DetermineApkFormat()
/frameworks/base/tools/aapt2/cmd/
DDump.cpp111 doc = xml::Inflate(data->data(), data->size(), &err); in DumpXmlFile()
DConvert.cpp244 std::unique_ptr<xml::XmlResource> xml = xml::Inflate(data->data(), data->size(), &error); in SerializeFile()
DLink.cpp315 return xml::Inflate(&fin, diag, Source(path)); in LoadXml()
600 file_op.xml_to_flatten = xml::Inflate(data->data(), data->size(), &error_str); in Flatten()
801 xml::Inflate(manifest->getBuffer(true /*wordAligned*/), manifest->getLength(), &error); in ExtractCompileSdkVersions()
DCompile.cpp419 xmlres = xml::Inflate(&fin, context->GetDiagnostics(), path_data.source); in CompileXml()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp219 std::unique_ptr<xml::XmlResource> doc = xml::Inflate(&in, &diag, Source("test.xml")); in BuildXmlDom()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp292 std::unique_ptr<xml::XmlResource> doc = xml::Inflate(&in, diag, Source(config_path)); in ExtractConfiguration()