Searched refs:mountAppFuse (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | VolumeManager.h | 198 int mountAppFuse(uid_t uid, int mountId, android::base::unique_fd* device_fd);
|
D | VoldNativeService.h | 91 binder::Status mountAppFuse(int32_t uid, int32_t mountId,
|
D | VoldNativeService.cpp | 495 binder::Status VoldNativeService::mountAppFuse(int32_t uid, int32_t mountId, in mountAppFuse() function in android::vold::VoldNativeService 500 return translate(VolumeManager::Instance()->mountAppFuse(uid, mountId, _aidl_return)); in mountAppFuse()
|
D | VolumeManager.cpp | 1162 int VolumeManager::mountAppFuse(uid_t uid, int mountId, unique_fd* device_fd) { in mountAppFuse() function in VolumeManager
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 71 FileDescriptor mountAppFuse(int uid, int mountId); in mountAppFuse() method
|