Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DVolumeManager.h199 int unmountAppFuse(uid_t uid, int mountId);
H A DVoldNativeService.h93 binder::Status unmountAppFuse(int32_t uid, int32_t mountId);
H A DVoldNativeService.cpp503 binder::Status VoldNativeService::unmountAppFuse(int32_t uid, int32_t mountId) { in unmountAppFuse() function in android::vold::VoldNativeService
507 return translate(VolumeManager::Instance()->unmountAppFuse(uid, mountId)); in unmountAppFuse()
H A DVolumeManager.cpp1166 int VolumeManager::unmountAppFuse(uid_t uid, int mountId) { in unmountAppFuse() function in VolumeManager
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl72 void unmountAppFuse(int uid, int mountId); in unmountAppFuse() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3590 mVold.unmountAppFuse(uid, mountId); in close()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40777 Landroid/os/IVold$Stub$Proxy;->unmountAppFuse(III)V
40905 Landroid/os/IVold;->unmountAppFuse(III)V