Test Info
| Library Name | android-libziparchive-dev |
| Version #1 | lfs |
| Version #2 | timet |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 3 |
| Total Libraries | 0 |
| Total Symbols / Types | 49 / 35 |
| Compatibility |
98% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 2 |
| Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Symbols | High | 0 |
| Medium | 2 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 2
zip_writer.h
ZipWriter::StartAlignedEntryWithTime ( std::string_view path, size_t flags, long long time, uint32_t alignment )
_ZN9ZipWriter25StartAlignedEntryWithTimeENSt17basic_string_viewIcEEjxj
ZipWriter::StartEntryWithTime ( std::string_view path, size_t flags, long long time )
_ZN9ZipWriter18StartEntryWithTimeENSt17basic_string_viewIcEEjx
to the top
Removed Symbols 2
zip_writer.h
ZipWriter::StartAlignedEntryWithTime ( std::string_view path, size_t flags, long time, uint32_t alignment )
_ZN9ZipWriter25StartAlignedEntryWithTimeENSt17basic_string_viewIcEEjlj
ZipWriter::StartEntryWithTime ( std::string_view path, size_t flags, long time )
_ZN9ZipWriter18StartEntryWithTimeENSt17basic_string_viewIcEEjl
to the top
Problems with Symbols, Medium Severity 2
zip_writer.h
[+] ZipWriter::StartAlignedEntryWithTime ( std::string_view path, size_t flags, long time, uint32_t alignment ) 1
⇣
ZipWriter::StartAlignedEntryWithTime ( std::string_view path, size_t flags, long long time, uint32_t alignment )
_ZN9ZipWriter25StartAlignedEntryWithTimeENSt17basic_string_viewIcEEjlj
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] ZipWriter::StartEntryWithTime ( std::string_view path, size_t flags, long time ) 1
⇣
ZipWriter::StartEntryWithTime ( std::string_view path, size_t flags, long long time )
_ZN9ZipWriter18StartEntryWithTimeENSt17basic_string_viewIcEEjl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Header Files 3
zip_archive.h
zip_archive_stream_entry.h
zip_writer.h
to the top
Libraries 0
to the top