Searched refs:mountScope (Results 1 – 1 of 1) sorted by relevance
57 public ParcelFileDescriptor addBridge(MountScope mountScope) in addBridge() argument70 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()