Home | History | Annotate | Download | only in vold

Lines Matching full:tmp_mount_point

770   char tmp_mount_point[64];
812 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
813 mkdir(tmp_mount_point, 0755);
814 if ( mount(crypto_blkdev, tmp_mount_point, "ext4", MS_RDONLY, "") ) {
822 umount(tmp_mount_point);