android_system_core/libsparse
Bowgo Tsai dbf62d939a simg_dump.py: fix error for CHUNK_TYPE_FILL
In python3, division of two integers produces a float,
which cannot be used to multiply a bytes sequence.

Using // to produce an integer quotient.

Bug: 245257511
Test: ./system/core/libsparse/simg_dump.py -sv path/to/image
Change-Id: Ibe95056409ac3676a68f5e7693331ca4a66e9fb7
2022-10-03 16:27:49 +08:00
..
include/sparse Merge changes from topic "sparse-file-read-enum" 2022-01-28 05:28:04 +00:00
.clang-format
Android.bp Fix module-file name collisions 2022-09-20 12:33:47 -07:00
OWNERS
append2simg.cpp
backed_block.cpp
backed_block.h
defs.h
img2simg.cpp img2simg: Add support for converting holes to "don't care" chunks 2022-01-27 14:49:46 -05:00
output_file.cpp Add checking for sparse file format 2022-01-14 00:37:48 +00:00
output_file.h
simg2img.cpp
simg2simg.cpp
simg_dump.py simg_dump.py: fix error for CHUNK_TYPE_FILL 2022-10-03 16:27:49 +08:00
sparse.cpp
sparse_crc32.cpp
sparse_crc32.h
sparse_defs.h
sparse_err.cpp
sparse_file.h
sparse_format.h
sparse_fuzzer.cpp sparse_fuzzer: Bug fix 2022-04-04 14:03:55 +05:30
sparse_read.cpp libsparse: Don't spam errors in sparse_file_import_auto. 2022-06-01 18:36:04 -07:00