Searched refs:unmountAppFuse (Results 1 – 7 of 7) sorted by relevance
199 int unmountAppFuse(uid_t uid, int mountId);
93 binder::Status unmountAppFuse(int32_t uid, int32_t mountId);
503 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService507 return translate(VolumeManager::Instance()->unmountAppFuse(uid, mountId)); in unmountAppFuse()
1166 int VolumeManager::unmountAppFuse(uid_t uid, int mountId) { in unmountAppFuse() function in VolumeManager
72 void unmountAppFuse(int uid, int mountId); in unmountAppFuse() method
3590 mVold.unmountAppFuse(uid, mountId); in close()
40777 Landroid/os/IVold$Stub$Proxy;->unmountAppFuse(III)V40905 Landroid/os/IVold;->unmountAppFuse(III)V