Searched defs:mountPointId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DAppFuseMount.java31 final public int mountPointId; field in class:AppFuseMount
35 * @param mountPointId Integer number for mount point that is unique in the lifetime of
39 public AppFuseMount(int mountPointId, ParcelFileDescriptor fd) { argument
41 this.mountPointId = mountPointId;
52 dest.writeInt(this.mountPointId);
H A DFuseAppLoop.java74 int mountPointId, @NonNull ParcelFileDescriptor fd, @Nullable ThreadFactory factory) {
75 mMountPointId = mountPointId;
73 FuseAppLoop( int mountPointId, @NonNull ParcelFileDescriptor fd, @Nullable ThreadFactory factory) argument

Completed in 146 milliseconds