android_system_core/fs_mgr/libsnapshot
Akilesh Kailash c449ba34d8 Compile with -D_FILE_OFFSET_BITS to support 32-bit userspace
This is to support when partition sizes are greater than 2GB (2^31)
on 32-bit userspace.

Bug: 300178204
Test: OTA on device with 32-bit userspace + product partition > 2GB
Ignore-AOSP-First: Cherrypick from AOSP
Change-Id: I7074682352d8388ed410c684cb7cb0fa346ba24c
Signed-off-by: Akilesh Kailash <akailash@google.com>
2023-09-17 18:20:34 -07:00
..
android/snapshot Remove the libsnapshot fuzzer. 2023-03-09 08:35:49 -08:00
include/libsnapshot Merge "Do not create worker thread if threading isn't enabled" 2023-01-12 01:12:06 +00:00
include_test/libsnapshot
libsnapshot_cow libsnapshot: Fix crash in cow writer test due to missing ASSERT. 2023-02-07 05:24:27 +00:00
scripts
snapuserd Compile with -D_FILE_OFFSET_BITS to support 32-bit userspace 2023-09-17 18:20:34 -07:00
Android.bp Merge "libsnapshot: Remove various unused components." 2023-04-14 22:42:42 +00:00
OWNERS
device_info.cpp
device_info.h
dm_snapshot_internals.h
partition_cow_creator.cpp
partition_cow_creator.h Initialize COW options using update manifest 2023-02-23 13:21:20 -08:00
partition_cow_creator_test.cpp
return.cpp
snapshot.cpp Merge changes Ife319450,I2ecf838b 2023-03-13 19:27:06 +00:00
snapshot_metadata_updater.cpp
snapshot_metadata_updater.h
snapshot_metadata_updater_test.cpp
snapshot_reader.cpp
snapshot_reader.h
snapshot_reader_test.cpp
snapshot_stats.cpp
snapshot_stub.cpp
snapshot_test.cpp Move ENOSPC tests to libfiemap. 2023-09-08 15:58:06 +00:00
snapshot_writer.cpp
snapshot_writer_test.cpp libsnapshot: Fix crash in cow writer test due to missing ASSERT. 2023-02-07 05:24:27 +00:00
snapshotctl.cpp
test_helpers.cpp libsnapshot: Improve low space tests. 2023-02-07 05:24:26 +00:00
utility.cpp libsnapshot: Fix test failures on certain configurations. 2023-03-06 23:21:25 +00:00
utility.h libsnapshot: Fix test failures on certain configurations. 2023-03-06 23:21:25 +00:00
vts_ota_config_test.cpp