Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_main.c101 return fs_mgr_do_mount(fstab, n_name, n_blk_dev, 0); in main()
Dfs_mgr.c483 if (fs_mgr_do_mount(fstab, rec->mount_point, in handle_encryptable()
650 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device, in fs_mgr_do_mount() function
/system/core/fs_mgr/include/
Dfs_mgr.h88 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
/system/vold/
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)) {