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

/system/core/fs_mgr/include/
H A Dfs_mgr.h20 int fs_mgr_mount_all(char *fstab_file);
/system/core/fs_mgr/
H A Dfs_mgr_main.c96 return fs_mgr_mount_all(fstab);
H A Dfs_mgr.c446 int fs_mgr_mount_all(char *fstab_file) function
/system/core/init/
H A Dbuiltins.c475 * Call fs_mgr_mount_all() to mount all filesystems. We fork(2) and
490 /* child, call fs_mgr_mount_all() */
491 klog_set_level(6); /* So we can see what fs_mgr_mount_all() does */
492 child_ret = fs_mgr_mount_all(args[1]);
494 ERROR("fs_mgr_mount_all returned an error\n");

Completed in 48 milliseconds