summaryrefslogtreecommitdiff
path: root/binder/android/os/IVold.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'binder/android/os/IVold.aidl')
-rw-r--r--binder/android/os/IVold.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index 919369b6..a8cce94a 100644
--- a/binder/android/os/IVold.aidl
+++ b/binder/android/os/IVold.aidl
@@ -84,7 +84,7 @@ interface IVold {
void initUser0();
void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean isZoned, in @utf8InCpp String[] userDevices);
- void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat, @utf8InCpp String fsType, boolean isZoned, in @utf8InCpp String[] userDevices);
+ void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat, @utf8InCpp String fsType, boolean isZoned, in @utf8InCpp String[] userDevices, long length);
void setStorageBindingSeed(in byte[] seed);