Home
last modified time | relevance | path

Searched refs:unmountAppFuse (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DVolumeManager.h131 int unmountAppFuse(uid_t uid, int mountId);
DVoldNativeService.h85 binder::Status unmountAppFuse(int32_t uid, int32_t mountId);
DVoldNativeService.cpp539 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService
543 return translate(VolumeManager::Instance()->unmountAppFuse(uid, mountId)); in unmountAppFuse()
DVolumeManager.cpp750 int VolumeManager::unmountAppFuse(uid_t uid, int mountId) { in unmountAppFuse() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl65 void unmountAppFuse(int uid, int mountId); in unmountAppFuse() method