android_packages_modules_Vi.../apkdmverity
Jooyung Han 1b00bd2de3 apkdmverity: Using LOOP_CONFIGURE
apkdmverity can attach a file to a loop device using LOOP_CONFIGURE
instead of LOOP_SET_FD/LOOP_SET_STATUS64 because it's more efficient.
The reason we used the latter was that LOOP_CONFIGURE didn't work then,
but the problem was only for the idsig file when it's attached to a loop
device using LO_FLAGS_DIRECT_IO.

I still don't know the reason, but at least we can use LOOP_CONFIGURE
and explicitly do not turn on Direct IO when attaching IDSIG file to a
loop device.

This is a partial revert of 7ce2e53528.

Bug: 191344832
Test: atest MicrodroidTestApp
Test: atest apkdmverity.test
Change-Id: I53a9da6d1d981b0d64a75bd362b09063570e7a68
2022-04-18 14:30:19 +09:00
..
.cargo
src apkdmverity: Using LOOP_CONFIGURE 2022-04-18 14:30:19 +09:00
testdata
Android.bp Verify and mount extra apks 2021-12-08 14:09:57 +09:00
AndroidTest.xml
Cargo.toml
TEST_MAPPING Demote apkdmverity tests to postsubmit 2022-04-05 16:32:55 +09:00