Home
last modified time | relevance | path

Searched refs:UnmountAppFuse (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DAppFuseUtil.h29 int UnmountAppFuse(uid_t uid, int mountId);
DAppFuseUtil.cpp139 int UnmountAppFuse(uid_t uid, int mountId) { in UnmountAppFuse() function
DVolumeManager.cpp1167 return android::vold::UnmountAppFuse(uid, mountId); in unmountAppFuse()