Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp81 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/
Ddumpstate.rc3 chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp355 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/
Dmkobb.sh34 MOUNTBIN=`which mount`
/frameworks/base/core/java/android/os/storage/
DStorageManager.java840 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()
DIStorageManager.aidl267 void mount(in String volId) = 47;
/frameworks/base/cmds/sm/src/com/android/commands/sm/
DSm.java199 mSm.mount(volId); in runMount()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java353 public void mount(String volId) throws RemoteException { in mount() method in MockStorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1746 mount(findVolumeIdForPathOrThrow(path)); in mountVolume()
1762 public void mount(String volId) { in mount() method in StorageManagerService