Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DAppFuseBridge.java57 public ParcelFileDescriptor addBridge(MountScope mountScope) in addBridge() argument
70 Preconditions.checkArgument(mScopes.indexOfKey(mountScope.mountId) < 0); in addBridge()
72 throw new FuseUnavailableMountException(mountScope.mountId); in addBridge()
75 mNativeLoop, mountScope.mountId, mountScope.open().detachFd()); in addBridge()
77 throw new FuseUnavailableMountException(mountScope.mountId); in addBridge()
80 mScopes.put(mountScope.mountId, mountScope); in addBridge()
81 mountScope = null; in addBridge()
86 IoUtils.closeQuietly(mountScope); in addBridge()