Searched refs:mount (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/installd/ |
D | otapreopt_chroot.cpp | 81 if (mount("", "/postinstall", nullptr, MS_PRIVATE, nullptr) != 0) { in otapreopt_chroot() 92 if (mount(kBindMounts[i], trg.c_str(), nullptr, MS_BIND, nullptr) != 0) { in otapreopt_chroot() 113 int vendor_result = mount(vendor_partition.c_str(), in otapreopt_chroot()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.rc | 3 chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 355 if (TEMP_FAILURE_RETRY(mount(storageSource.string(), "/storage", in MountEmulatedStorage() 367 if (TEMP_FAILURE_RETRY(mount(userSource.string(), "/storage/self", in MountEmulatedStorage() 778 if (mount("rootfs", "/", nullptr, (MS_SLAVE | MS_REC), nullptr) == -1) { in com_android_internal_os_Zygote_nativeUnmountStorageOnInit() 789 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV, in com_android_internal_os_Zygote_nativeUnmountStorageOnInit()
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 34 MOUNTBIN=`which mount`
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 840 public void mount(String volId) { in mount() method in StorageManager 842 mStorageManager.mount(volId); in mount() 1432 final AppFuseMount mount = mStorageManager.mountProxyFileDescriptorBridge(); in openProxyFileDescriptor() local 1433 if (mount == null) { in openProxyFileDescriptor() 1436 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()
|
D | IStorageManager.aidl | 267 void mount(in String volId) = 47;
|
/frameworks/base/cmds/sm/src/com/android/commands/sm/ |
D | Sm.java | 199 mSm.mount(volId); in runMount()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MockStorageManager.java | 353 public void mount(String volId) throws RemoteException { in mount() method in MockStorageManager
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 1746 mount(findVolumeIdForPathOrThrow(path)); in mountVolume() 1762 public void mount(String volId) { in mount() method in StorageManagerService
|