Searched defs:unmountAppFuse (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.cpp853 int VolumeManager::unmountAppFuse(uid_t uid, pid_t pid, int mountId) { function in class:VolumeManager
H A DVoldNativeService.cpp511 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t pid, int32_t mountId) { function in class:android::vold::VoldNativeService
515 return translate(VolumeManager::Instance()->unmountAppFuse(uid, pid, mountId));

Completed in 48 milliseconds