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

/system/core/fs_mgr/include/
H A Dfs_mgr.h53 char *tmp_mount_point);
/system/core/fs_mgr/
H A Dfs_mgr.c652 /* If tmp_mount_point is non-null, mount the filesystem there. This is for the
656 char *tmp_mount_point)
699 if (tmp_mount_point) {
700 m = tmp_mount_point;
655 fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device, char *tmp_mount_point) argument
/system/vold/
H A Dcryptfs.c1201 char tmp_mount_point[64]; local
1244 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
1245 mkdir(tmp_mount_point, 0755);
1246 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {
1254 umount(tmp_mount_point);

Completed in 531 milliseconds