Searched refs:unmountAppFuse (Results 1 – 5 of 5) sorted by relevance
200 int unmountAppFuse(uid_t uid, int mountId);
101 binder::Status unmountAppFuse(int32_t uid, int32_t mountId);
552 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService556 return translate(VolumeManager::Instance()->unmountAppFuse(uid, mountId)); in unmountAppFuse()
1236 int VolumeManager::unmountAppFuse(uid_t uid, int mountId) { in unmountAppFuse() function in VolumeManager
81 void unmountAppFuse(int uid, int mountId); in unmountAppFuse() method