/system/sepolicy/public/ |
D | otapreopt_chroot.te | 6 # We need to create an unshared mount namespace, and then mount /data. 10 # This is required to mount /vendor. 12 allow otapreopt_chroot labeledfs:filesystem mount;
|
D | vold.te | 40 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M 59 # Allow to create and mount expanded storage 64 allow vold tmpfs:filesystem { mount unmount }; 98 # Unmount and mount the fs. 99 allow vold labeledfs:filesystem { mount unmount }; 105 # Create and mount on /data/tmp_mnt and management of expansion mounts 170 allow vold app_fusefs:filesystem { mount unmount };
|
D | update_engine_common.te | 16 # Allow update_engine_common to mount on the /postinstall directory and reset the 19 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
|
D | sdcardd.te | 12 allow sdcardd sdcard_type:filesystem { mount unmount };
|
D | init.te | 33 # restorecon for early mount device symlinks 58 # Call mount(2). 61 # Create and mount on directories in /. 74 # Create cgroups mount points in tmpfs and mount cgroups on them. 100 # Only allow relabelto for types used in context= mount options,
|
D | device.te | 99 # mount option in your fstab file in the entry for userdata.
|
/system/libvintf/ |
D | VintfObject.cpp | 133 static status_t getMissing(const T *pkg, bool mount, in getMissing() argument 140 if (mount) { in getMissing() 175 int32_t checkCompatibility(const std::vector<std::string> &xmls, bool mount, in checkCompatibility() argument 210 pkg.fwk.manifest.get(), mount, mountSystem, &updated.fwk.manifest, in checkCompatibility() 215 pkg.dev.manifest.get(), mount, mountVendor, &updated.dev.manifest, in checkCompatibility() 220 pkg.fwk.matrix.get(), mount, mountSystem, &updated.fwk.matrix, in checkCompatibility() 226 pkg.dev.matrix.get(), mount, mountVendor, &updated.dev.matrix, in checkCompatibility() 231 if (mount) { in checkCompatibility()
|
D | VintfObjectRecovery.cpp | 36 int result = mount(rec->blk_device, mount_point, rec->fs_type, rec->flags, rec->fs_options); in mountAt()
|
/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 | VolumeBase.cpp | 196 status_t VolumeBase::mount() { in mount() function in android::vold::VolumeBase
|
/system/sepolicy/private/ |
D | vold.te | 17 # Newly created storage dirs are always treated as mount stubs to prevent us 18 # from accidentally writing when the mount point isn't present.
|
D | zygote.te | 76 # /proc/cpuinfo with /system/lib/<ISA>/cpuinfo using a bind mount 81 allow zygote tmpfs:filesystem { mount unmount }; 88 # Allowed to mount user-specific storage into place
|
/system/vold/fs/ |
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 | Ext4.cpp | 96 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check() 147 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount() 152 rc = mount(c_source, c_target, "ext4", flags, 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/extras/cppreopts/ |
D | cppreopts.rc | 16 mount ext4 /dev/block/bootdevice/by-name/system_b /postinstall ro nosuid nodev noexec 24 mount ext4 /dev/block/bootdevice/by-name/system_a /postinstall ro nosuid nodev noexec
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 105 int32_t checkCompatibility(const std::vector<std::string> &xmls, bool mount,
|
/system/core/rootdir/ |
D | init.rc | 46 # Mount cgroup mount point for cpu accounting 47 mount cgroup none /acct cpuacct 52 mount cgroup none /dev/stune schedtune 71 mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000 74 mount configfs none /config 104 mount cgroup none /dev/memcg memory 145 # Create cgroup mount points for process groups 147 mount cgroup none /dev/cpuctl cpu 156 mount cpuset none /dev/cpuset 221 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/sdcard/ |
D | sdcard.cpp | 187 if (mount("/dev/fuse", fuse->dest_path, "fuse", MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, in fuse_setup() 325 if (mount(source_path.c_str(), dest_path.c_str(), "sdcardfs", in sdcardfs_setup() 338 if (mount(source_path.c_str(), dest_path.c_str(), nullptr, in sdcardfs_setup_bind_remount() 344 if (mount(source_path.c_str(), dest_path.c_str(), "none", in sdcardfs_setup_bind_remount()
|
/system/core/adb/ |
D | remount_service.cpp | 98 if (mount(dev.c_str(), dir, "none", MS_REMOUNT, nullptr) == -1) { in remount_partition()
|
/system/core/init/ |
D | init.cpp | 973 mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755"); in main() 976 mount("devpts", "/dev/pts", "devpts", 0, NULL); in main() 978 mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC)); in main() 983 mount("sysfs", "/sys", "sysfs", 0, NULL); in main() 984 mount("selinuxfs", "/sys/fs/selinux", "selinuxfs", 0, NULL); in main()
|
D | README.md | 37 During the mount\_all command, the init executable loads all of the 42 One may specify paths in the mount\_all command line to have it import 68 build process. Init loads logcatd.rc during the mount\_all command and 81 There are two options "early" and "late" in mount\_all command 85 init executable will only mount entries with "latemount" flag but skip 86 importing rc files. By default, no option is set, and mount\_all will 223 > Enter a new PID or mount namespace when forking the service. 367 `mount <type> <device> <dir> [ <flag>\* ] [<options>]` 368 > Attempt to mount the named device at the directory _dir_ 427 `verity_update_state <mount-point>`
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 99 adb shell mount -o remount,rw /
|