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

/system/core/fs_mgr/
H A Dfs_mgr_main.c101 return fs_mgr_do_mount(fstab, n_name, n_blk_dev, 0);
H A Dfs_mgr.c483 if (fs_mgr_do_mount(fstab, rec->mount_point,
650 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device, function
/system/core/fs_mgr/include/
H A Dfs_mgr.h88 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
/system/vold/
H A Dcryptfs.c1688 while ((mount_rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT,
1752 rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT, rec->blk_device, 0);
1890 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {

Completed in 596 milliseconds