/system/vold/ |
D | vold.rc | 5 socket vold stream 0660 root mount 6 socket cryptd stream 0660 root mount
|
D | VolumeBase.h | 100 status_t mount();
|
D | MoveTask.cpp | 164 vol->mount(); in bringOffline()
|
D | VolumeBase.cpp | 198 status_t VolumeBase::mount() { in mount() function in android::vold::VolumeBase
|
/system/sepolicy/ |
D | vold.te | 43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 55 # Newly created storage dirs are always treated as mount stubs to prevent us 56 # from accidentally writing when the mount point isn't present. 62 allow vold sdcard_type:filesystem { mount unmount remount }; 68 # Allow to create and mount expanded storage 73 allow vold tmpfs:filesystem { mount unmount }; 109 # Unmount and mount the fs. 110 allow vold labeledfs:filesystem { mount unmount remount }; 116 # Create and mount on /data/tmp_mnt and management of expansion mounts 182 allow vold app_fusefs:filesystem { mount unmount };
|
D | otapreopt_chroot.te | 6 # We need to create an unshared mount namespace, and then mount /data.
|
D | update_engine.te | 34 # Allow update_engine to mount on the /postinstall directory and reset the 37 allow update_engine postinstall_file:filesystem { mount unmount relabelfrom relabelto };
|
D | zygote.te | 50 # /proc/cpuinfo with /system/lib/<ISA>/cpuinfo using a bind mount 55 allow zygote tmpfs:filesystem { mount unmount }; 62 # Allowed to mount user-specific storage into place
|
D | sdcardd.te | 11 allow sdcardd sdcard_type:filesystem { mount unmount };
|
D | fsck.te | 25 # swap device before setting the EXT2_MF_SWAP mount flag.
|
D | init.te | 42 # Call mount(2). 45 # Create and mount on directories in /. 58 # Create cgroups mount points in tmpfs and mount cgroups on them. 83 # Only allow relabelto for types used in context= mount options,
|
D | domain.te | 265 # Limit what domains can mount filesystems or change their mount flags. 268 …very -vold -zygote -update_engine } { fs_type -sdcard_type }:filesystem { mount remount relabelfro… 330 # Ensure that context mount types are not writable, to ensure that 332 # mount to another type. 415 # Do not mount on top of symlinks, fifos, or sockets.
|
D | domain_deprecated.te | 8 # Search /storage/emulated tmpfs mount.
|
D | device.te | 96 # mount option in your fstab file in the entry for userdata.
|
/system/vold/fs/ |
D | Ext4.cpp | 92 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check() 143 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount() 148 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount()
|
D | F2fs.cpp | 58 int res = mount(c_source, c_target, "f2fs", flags, NULL); in Mount() 62 res = mount(c_source, c_target, "f2fs", flags | MS_RDONLY, NULL); in Mount()
|
D | Vfat.cpp | 146 rc = mount(c_source, c_target, "vfat", flags, mountData); in Mount() 151 rc = mount(c_source, c_target, "vfat", flags, mountData); in Mount()
|
/system/core/rootdir/ |
D | init.rc | 45 # Mount cgroup mount point for cpu accounting 46 mount cgroup none /acct cpuacct 51 mount cgroup none /dev/stune schedtune 62 mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000 65 mount configfs none /config 95 mount cgroup none /dev/memcg memory 132 # Create cgroup mount points for process groups 134 mount cgroup none /dev/cpuctl cpu 152 mount cpuset none /dev/cpuset 217 mount pstore pstore /sys/fs/pstore [all …]
|
/system/extras/tests/sdcard/ |
D | README | 13 Build, install and mount debugfs. In this directory with a properly 19 adb shell mount -t debugfs none /sys/kernel/debug
|
/system/core/init/ |
D | init.cpp | 606 mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755"); in main() 609 mount("devpts", "/dev/pts", "devpts", 0, NULL); in main() 611 mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC)); in main() 612 mount("sysfs", "/sys", "sysfs", 0, NULL); in main()
|
D | builtins.cpp | 413 if (mount(tmp, target, system, flags, options) < 0) { in do_mount() 442 if (mount(tmp, target, system, flags, options) < 0) { in do_mount() 462 if (mount(source, target, system, flags, options) < 0) { in do_mount()
|
/system/core/adb/ |
D | remount_service.cpp | 102 if (mount(dev.c_str(), dir, "none", MS_REMOUNT, nullptr) == -1) { in remount_partition()
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 99 adb shell mount -o remount,rw /
|
/system/core/fs_mgr/ |
D | fs_mgr.c | 129 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts); in check_fs() 238 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options); in __mount() 749 ret = mount("tmpfs", n_name, "tmpfs", in fs_mgr_do_tmpfs_mount()
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 220 sudo mount "${filename}" "${mntdir}" -o loop
|