Home
last modified time | relevance | path

Searched refs:openAppFuseFile (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DVolumeManager.h132 int openAppFuseFile(uid_t uid, int mountId, int fileId, int flags);
DVoldNativeService.h85 binder::Status openAppFuseFile(int32_t uid, int32_t mountId, int32_t fileId, int32_t flags,
DVoldNativeService.cpp462 binder::Status VoldNativeService::openAppFuseFile(int32_t uid, int32_t mountId, int32_t fileId, in openAppFuseFile() function in android::vold::VoldNativeService
468 int fd = VolumeManager::Instance()->openAppFuseFile(uid, mountId, fileId, flags); in openAppFuseFile()
DVolumeManager.cpp750 int VolumeManager::openAppFuseFile(uid_t uid, int mountId, int fileId, int flags) { in openAppFuseFile() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl129 FileDescriptor openAppFuseFile(int uid, int mountId, int fileId, int flags); in openAppFuseFile() method