Home
last modified time | relevance | path

Searched refs:tmp_mount_point (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/include/
Dfs_mgr.h89 char *tmp_mount_point);
/system/core/fs_mgr/
Dfs_mgr.c662 char *tmp_mount_point) in fs_mgr_do_mount() argument
710 if (tmp_mount_point) { in fs_mgr_do_mount()
711 m = tmp_mount_point; in fs_mgr_do_mount()
/system/vold/
Dcryptfs.c1832 char tmp_mount_point[64]; local
1892 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
1893 mkdir(tmp_mount_point, 0755);
1894 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {
1903 umount(tmp_mount_point);