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