Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h68 int fs_mgr_mount_all(struct fstab *fstab);
/system/core/fs_mgr/
Dfs_mgr_main.c99 return fs_mgr_mount_all(fstab); in main()
Dfs_mgr.c346 int fs_mgr_mount_all(struct fstab *fstab) in fs_mgr_mount_all() function
/system/core/init/
Dbuiltins.c534 child_ret = fs_mgr_mount_all(fstab); in do_mount_all()
/system/vold/
DCommandListener.cpp248 fs_mgr_mount_all(fstab); in runCommand()