Home
last modified time | relevance | path

Searched refs:mount_mode (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/include/
Dfs_mgr.h46 enum mount_mode { enum
62 int fs_mgr_mount_all(android::fs_mgr::Fstab* fstab, int mount_mode);
/system/core/init/
Dbuiltins.cpp525 static Result<int> mount_fstab(const std::string& fstabfile, int mount_mode) { in mount_fstab() argument
526 return handle_fstab(fstabfile, [mount_mode](Fstab* fstab) { in mount_fstab()
527 int ret = fs_mgr_mount_all(fstab, mount_mode); in mount_fstab()
634 int mount_mode = MOUNT_MODE_DEFAULT; in do_mount_all() local
643 mount_mode = MOUNT_MODE_EARLY; in do_mount_all()
648 mount_mode = MOUNT_MODE_LATE; in do_mount_all()
655 auto mount_fstab_return_code = mount_fstab(fstabfile, mount_mode); in do_mount_all()
/system/core/fs_mgr/
Dfs_mgr.cpp1085 int fs_mgr_mount_all(Fstab* fstab, int mount_mode) { in fs_mgr_mount_all() argument
1110 ((mount_mode == MOUNT_MODE_LATE) && !current_entry.fs_mgr_flags.late_mount) || in fs_mgr_mount_all()
1111 ((mount_mode == MOUNT_MODE_EARLY) && current_entry.fs_mgr_flags.late_mount)) { in fs_mgr_mount_all()