Home
last modified time | relevance | path

Searched defs:unmountAppFuse (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl72 void unmountAppFuse(int uid, int mountId); in unmountAppFuse() method
/system/vold/
DVolumeManager.cpp1166 int VolumeManager::unmountAppFuse(uid_t uid, int mountId) { in unmountAppFuse() function in VolumeManager
DVoldNativeService.cpp503 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService