HomeSort by relevance Sort by last modified time
    Searched full:tmp_mount_point (Results 1 - 1 of 1) sorted by null

  /system/vold/
cryptfs.c 770 char tmp_mount_point[64]; local
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);
    [all...]

Completed in 532 milliseconds