OSDN Git Service

vold: Support aborting FUSE connections.
authorMartijn Coenen <maco@google.com>
Wed, 29 Apr 2020 05:49:41 +0000 (07:49 +0200)
committerMartijn Coenen <maco@google.com>
Thu, 28 May 2020 14:07:16 +0000 (16:07 +0200)
commit23c0445355e5f46db5fa63e0a86e1cdaf032ea9b
tree0de8ea13bd3a98117abff88f9e99e2dc65d48557
parentf36bdddc7e5545d361ea8fe16cbac315794874e3
vold: Support aborting FUSE connections.

This can be done through binder as well as vdc, using 'vdc volume
abort_fuse'.

Bug: 153411204
Test: adb shell vdc volume abort_fuse
Change-Id: I93e46dc1cd361729cc1162c63520cf73152ea409
Utils.cpp
Utils.h
VoldNativeService.cpp
VoldNativeService.h
VolumeManager.cpp
VolumeManager.h
binder/android/os/IVold.aidl
vdc.cpp