Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h20 int fs_mgr_mount_all(char *fstab_file);
/system/core/fs_mgr/
Dfs_mgr_main.c96 return fs_mgr_mount_all(fstab); in main()
Dfs_mgr.c446 int fs_mgr_mount_all(char *fstab_file) in fs_mgr_mount_all() function
/system/core/init/
Dbuiltins.c492 child_ret = fs_mgr_mount_all(args[1]); in do_mount_all()