Searched refs:fs_mgr_do_mount (Results 1 - 4 of 4) sorted by relevance
/system/core/fs_mgr/ |
H A D | fs_mgr_main.c | 101 return fs_mgr_do_mount(fstab, n_name, n_blk_dev, 0);
|
H A D | fs_mgr.c | 483 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 D | fs_mgr.h | 88 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
|
/system/vold/ |
H A D | cryptfs.c | 1688 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