Home | History | Annotate | Download | only in vold

Lines Matching full:tmp_mount_point

768   char tmp_mount_point[64];
806 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
807 mkdir(tmp_mount_point, 0755);
808 if (fs_mgr_do_mount(get_fstab_filename(), DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {
816 umount(tmp_mount_point);