Home
last modified time | relevance | path

Searched refs:mount_all (Results 1 – 5 of 5) sorted by relevance

/system/extras/cppreopts/
Dcppreopts.rc27 mount_all /system/etc/fstab.postinstall
35 mount_all /product/etc/fstab.postinstall
/system/core/init/
Dbuiltins.cpp643 auto mount_all = ParseMountAll(args.args); in do_mount_all() local
644 if (!mount_all.ok()) return mount_all.error(); in do_mount_all()
648 if (mount_all->mode == MOUNT_MODE_EARLY) { in do_mount_all()
651 } else if (mount_all->mode == MOUNT_MODE_LATE) { in do_mount_all()
659 if (mount_all->fstab_path.empty()) { in do_mount_all()
664 if (!ReadFstabFromFile(mount_all->fstab_path, &fstab)) { in do_mount_all()
669 auto mount_fstab_return_code = fs_mgr_mount_all(&fstab, mount_all->mode); in do_mount_all()
672 if (mount_all->import_rc) { in do_mount_all()
673 import_late(mount_all->rc_paths); in do_mount_all()
DREADME.md44 able to import init scripts during mount_all, however that is deprecated
553 `mount_all [ <fstab> ] [--<option>]`
697 at specified paths during mount_all, not allowed for devices launching
/system/core/fs_mgr/
DREADME.overlayfs.md71 *mount_all* commands are run in init RC scripts.
/system/core/rootdir/
Dinit.rc432 # Mount fstab in init.{$device}.rc by mount_all command. Optional parameter
439 # Mount fstab in init.{$device}.rc by mount_all with '--late' parameter
441 # specified in the previous mount_all command on the fs stage.