Searched refs:unmountAppFuse (Results 1 – 5 of 5) sorted by relevance
131 int unmountAppFuse(uid_t uid, int mountId);
84 binder::Status unmountAppFuse(int32_t uid, int32_t mountId);
455 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService459 return translate(VolumeManager::Instance()->unmountAppFuse(uid, mountId)); in unmountAppFuse()
746 int VolumeManager::unmountAppFuse(uid_t uid, int mountId) { in unmountAppFuse() function in VolumeManager
65 void unmountAppFuse(int uid, int mountId); in unmountAppFuse() method