Searched refs:unmountAppFuse (Results 1 - 5 of 5) sorted by path

/system/vold/
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));
H A DVoldNativeService.h77 binder::Status unmountAppFuse(int32_t uid, int32_t pid, int32_t mountId);
H A DVolumeManager.cpp853 int VolumeManager::unmountAppFuse(uid_t uid, pid_t pid, int mountId) { function in class:VolumeManager
H A DVolumeManager.h129 int unmountAppFuse(uid_t uid, pid_t pid, int mountId);
/system/vold/binder/android/os/
H A DIVold.aidl62 void unmountAppFuse(int uid, int pid, int mountId);

Completed in 3314 milliseconds