OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mountid
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/core/java/com/android/server/storage/
AppFuseBridge.java
62
Preconditions.checkArgument(mScopes.indexOfKey(mountScope.
mountId
) < 0);
64
throw new FuseUnavailableMountException(mountScope.
mountId
);
67
mNativeLoop, mountScope.
mountId
, mountScope.open().detachFd());
69
throw new FuseUnavailableMountException(mountScope.
mountId
);
72
mScopes.put(mountScope.
mountId
, mountScope);
90
public ParcelFileDescriptor openFile(int pid, int
mountId
, int fileId, int mode)
94
scope = mScopes.get(
mountId
);
96
throw new FuseUnavailableMountException(
mountId
);
104
throw new FuseUnavailableMountException(
mountId
);
110
throw new FuseUnavailableMountException(
mountId
);
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
FuseUnavailableMountException.java
23
public FuseUnavailableMountException(int
mountId
) {
24
super("AppFuse mount point " +
mountId
+ " is unavailable");
/frameworks/base/services/core/jni/
com_android_server_storage_AppFuseBridge.cpp
109
JNIEnv* env, jobject self, jlong java_loop, jint
mountId
, jint javaDevFd) {
119
if (!loop->AddBridge(
mountId
, std::move(devFd), std::move(proxyFd[0]))) {
/external/syslinux/extlinux/
mountinfo.h
26
int
mountid
;
member in struct:mountinfo
mountinfo.c
104
m->
mountid
= strtoul(string_buf, &ep, 10);
185
if (m->parentid == mm->
mountid
) {
/frameworks/base/services/core/java/com/android/server/
StorageManagerService.java
[
all
...]
Completed in 172 milliseconds