Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl71 FileDescriptor mountAppFuse(int uid, int mountId); in mountAppFuse() method
/system/vold/
DVolumeManager.cpp1162 int VolumeManager::mountAppFuse(uid_t uid, int mountId, unique_fd* device_fd) { in mountAppFuse() function in VolumeManager
DVoldNativeService.cpp495 binder::Status VoldNativeService::mountAppFuse(int32_t uid, int32_t mountId, in mountAppFuse() function in android::vold::VoldNativeService