Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl62 void unmountAppFuse(int uid, int pid, int mountId); in unmountAppFuse() method
/system/vold/
DVolumeManager.cpp853 int VolumeManager::unmountAppFuse(uid_t uid, pid_t pid, int mountId) { in unmountAppFuse() function in VolumeManager
DVoldNativeService.cpp511 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t pid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService