/frameworks/native/cmds/installd/ |
D | otapreopt_chroot.cpp | 96 int mount_result = mount(path.c_str(), in TryExtraMount() 110 int mount_result = mount(block_device.c_str(), in TryExtraMount() 148 if (mount("", "/postinstall", nullptr, MS_PRIVATE, nullptr) != 0) { in otapreopt_chroot() 159 if (mount(kBindMounts[i], trg.c_str(), nullptr, MS_BIND, nullptr) != 0) { in otapreopt_chroot() 204 if (mount("tmpfs", kPostinstallApexDir, "tmpfs", MS_NODEV | MS_NOEXEC | MS_NOSUID, nullptr) in otapreopt_chroot()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.rc | 3 chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 34 MOUNTBIN=`which mount`
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 158 void mount(in String volId) = 47;
|
D | StorageManager.java | 933 public void mount(String volId) { in mount() method in StorageManager 935 mStorageManager.mount(volId); in mount() 1795 final AppFuseMount mount = mStorageManager.mountProxyFileDescriptorBridge(); in openProxyFileDescriptor() local 1796 if (mount == null) { in openProxyFileDescriptor() 1799 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 765 if (TEMP_FAILURE_RETRY(mount(storage_source.string(), "/storage", nullptr, in MountEmulatedStorage() 780 if (TEMP_FAILURE_RETRY(mount(user_source.string(), "/storage/self", in MountEmulatedStorage() 1488 if (mount("rootfs", "/", nullptr, (MS_SLAVE | MS_REC), nullptr) == -1) { in UnmountStorageOnInit() 1499 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV, in UnmountStorageOnInit()
|
/frameworks/base/cmds/sm/src/com/android/commands/sm/ |
D | Sm.java | 224 mSm.mount(volId); in runMount()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 650 mount(vol); in handleMessage() 1807 public void mount(String volId) { in mount() method in StorageManagerService 1814 mount(vol); in mount() 1817 private void mount(VolumeInfo vol) { in mount() method in StorageManagerService 1819 mVold.mount(vol.id, vol.mountFlags, vol.mountUserId); in mount() 3518 mVold.mount(mObbState.volId, 0, -1); in handleExecute()
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 285 SYS_EDOTDOT = 73; // Cross mount point (not really error)
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 316 optional Mount mount = 37; field
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 51312 Landroid/os/IVold$Stub$Proxy;->mount(Ljava/lang/String;II)V 51426 Landroid/os/IVold;->mount(Ljava/lang/String;II)V 52573 Landroid/os/storage/IStorageManager$Stub$Proxy;->mount(Ljava/lang/String;)V 52690 Landroid/os/storage/IStorageManager;->mount(Ljava/lang/String;)V 52814 Landroid/os/storage/StorageManager;->mount(Ljava/lang/String;)V
|
D | boot-image-profile.txt | 11701 HSPLandroid/os/IVold$Stub$Proxy;->mount(Ljava/lang/String;II)V
|
/frameworks/base/services/ |
D | art-profile | 1792 HSPLcom/android/server/StorageManagerService;->mount(Landroid/os/storage/VolumeInfo;)V
|