/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 | 155 rc = mount(c_source, c_target, "vfat", flags, mountData); in Mount() 160 rc = mount(c_source, c_target, "vfat", flags, mountData); in Mount()
|
/system/core/rootdir/ |
D | init.rc | 32 # Create cgroup mount point for cpu accounting 34 mount cgroup none /acct cpuacct 37 # Create cgroup mount point for memory 38 mount tmpfs none /sys/fs/cgroup mode=0750,uid=0,gid=1000 40 mount cgroup none /sys/fs/cgroup/memory memory 58 mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000 86 mount cgroup none /dev/memcg memory 114 # Create cgroup mount points for process groups 116 mount cgroup none /dev/cpuctl cpu 134 mount cpuset none /dev/cpuset [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/adb/ |
D | remount_service.cpp | 78 if (mount(dev.c_str(), dir, "none", MS_REMOUNT, nullptr) == -1) { in remount_partition()
|
/system/vold/ |
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
|
D | Utils.cpp | 156 if (::mount(source.c_str(), target.c_str(), "", MS_BIND, NULL)) { in BindMount()
|
D | CommandListener.cpp | 217 int res = vol->mount(); in runCommand()
|
D | VolumeManager.cpp | 592 if (TEMP_FAILURE_RETRY(mount(storageSource.c_str(), "/storage", in remountUid() 602 if (TEMP_FAILURE_RETRY(mount(userSource.c_str(), "/storage/self", in remountUid()
|
/system/core/init/ |
D | builtins.cpp | 318 if (mount(tmp, target, system, flags, options) < 0) { in do_mount() 347 if (mount(tmp, target, system, flags, options) < 0) { in do_mount() 367 if (mount(source, target, system, flags, options) < 0) { in do_mount()
|
D | init.cpp | 1008 mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755"); in main() 1011 mount("devpts", "/dev/pts", "devpts", 0, NULL); in main() 1012 mount("proc", "/proc", "proc", 0, NULL); in main() 1013 mount("sysfs", "/sys", "sysfs", 0, NULL); in main()
|
D | keywords.h | 74 KEYWORD(mount, COMMAND, 3, do_mount)
|
D | readme.txt | 226 mount <type> <device> <dir> [ <flag> ]* [<options>] 227 Attempt to mount the named device at the directory <dir>
|
/system/core/fs_mgr/ |
D | fs_mgr.c | 124 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts); in check_fs() 233 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options); in __mount() 738 ret = mount("tmpfs", n_name, "tmpfs", in fs_mgr_do_tmpfs_mount()
|
/system/core/toolbox/ |
D | Android.mk | 50 mount \
|
D | mount.c | 206 if (mount(dev, dir, s, rwflag, data) == -1) { in do_mount()
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 304 if (TEMP_FAILURE_RETRY(mount(cpuinfo_path, // Source. in PreInitializeNativeBridge()
|
/system/core/sdcard/ |
D | sdcard.c | 1757 if (mount("/dev/fuse", fuse->dest_path, "fuse", MS_NOSUID | MS_NODEV | MS_NOEXEC | in fuse_setup()
|