Searched refs:CopyInputStreamToArchive (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/io/ |
H A D | Util.cpp | 29 bool CopyInputStreamToArchive(IAaptContext* context, InputStream* in, std::string_view out_path, in CopyInputStreamToArchive() function 55 return CopyInputStreamToArchive(context, data.get(), out_path, compression_flags, writer); in CopyFileToArchive()
|
H A D | Util.h | 32 bool CopyInputStreamToArchive(IAaptContext* context, InputStream* in, std::string_view out_path,
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Optimize.cpp | 252 if (!io::CopyInputStreamToArchive(context_, &manifest_buffer_in, "AndroidManifest.xml", in WriteSplitApk() 300 return io::CopyInputStreamToArchive(context_, &table_buffer_in, "resources.arsc", in WriteSplitApk()
|
H A D | Convert.cpp | 84 return io::CopyInputStreamToArchive(context_, &input_stream, path, compression_flags, writer); in SerializeXml() 95 return io::CopyInputStreamToArchive(context_, &input_stream, kApkResourceTablePath, in SerializeTable()
|
H A D | Link.cpp | 265 return io::CopyInputStreamToArchive(context, &input_stream, path, ArchiveEntry::kCompress, in FlattenXml() 1199 return io::CopyInputStreamToArchive(context_, &input_stream, kApkResourceTablePath, in FlattenTable()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | LoadedApk.cpp | 266 if (!io::CopyInputStreamToArchive(context, in WriteToArchive() 300 if (!io::CopyInputStreamToArchive(context, &manifest_buffer_in, path, compression_flags, in WriteToArchive()
|