platform_system_vold/binder/android/os
Martijn Coenen 13ff668775 Replace mkdirs() with setupAppDir().
vold historically offerred functionality to create directories on behalf
of others. This functionality was purely used to create app-specific
data/obb/media dirs. Make this more explicit by renaming the method to
indicate this.

Additionally, in the past, we never needed to care about the UID set on
these directories, because sdcardfs would take care of that for us
automatically. But with sdcardfs going away, we need to make sure the
UID of the app-specific directories is set correctly. Allow the caller
to pass this in as an argument.

Bug: 146419093
Test: atest FuseDaemonHostTest
Change-Id: Ibeb5fdc91b40d53583bc0960ee11c4d640549c34
2019-12-31 15:58:41 +01:00
..
IVold.aidl Replace mkdirs() with setupAppDir(). 2019-12-31 15:58:41 +01:00
IVoldListener.aidl Fix multi-user and multi-storage with FUSE 2019-11-11 20:24:49 +00:00
IVoldMountCallback.aidl Add mount callback 2019-11-22 17:06:04 +01:00
IVoldTaskListener.aidl Move long-running calls to async with listeners. 2017-09-15 14:18:00 -06:00