Searched refs:openAppFuseFile (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/vold/ |
H A D | VolumeManager.h | 200 int openAppFuseFile(uid_t uid, int mountId, int fileId, int flags);
|
H A D | VoldNativeService.h | 94 binder::Status openAppFuseFile(int32_t uid, int32_t mountId, int32_t fileId, int32_t flags,
|
H A D | VoldNativeService.cpp | 510 binder::Status VoldNativeService::openAppFuseFile(int32_t uid, int32_t mountId, int32_t fileId, in openAppFuseFile() function in android::vold::VoldNativeService 516 int fd = VolumeManager::Instance()->openAppFuseFile(uid, mountId, fileId, flags); in openAppFuseFile()
|
H A D | VolumeManager.cpp | 1170 int VolumeManager::openAppFuseFile(uid_t uid, int mountId, int fileId, int flags) { in openAppFuseFile() function in VolumeManager
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 140 FileDescriptor openAppFuseFile(int uid, int mountId, int fileId, int flags); in openAppFuseFile() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 3581 mVold.openAppFuseFile(uid, mountId, fileId, flags)); in openFile()
|