Searched refs:mount_all (Results 1 – 5 of 5) sorted by relevance
27 mount_all /system/etc/fstab.postinstall35 mount_all /product/etc/fstab.postinstall
643 auto mount_all = ParseMountAll(args.args); in do_mount_all() local644 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()
44 able to import init scripts during mount_all, however that is deprecated553 `mount_all [ <fstab> ] [--<option>]`697 at specified paths during mount_all, not allowed for devices launching
71 *mount_all* commands are run in init RC scripts.
432 # Mount fstab in init.{$device}.rc by mount_all command. Optional parameter439 # Mount fstab in init.{$device}.rc by mount_all with '--late' parameter441 # specified in the previous mount_all command on the fs stage.