Searched refs:sd_mnt_point (Results 1 – 1 of 1) sorted by relevance
1148 char *sd_mnt_point; in cryptfs_enable() local1202 sd_mnt_point = getenv("EMULATED_STORAGE_SOURCE"); in cryptfs_enable()1203 if (!sd_mnt_point) { in cryptfs_enable()1204 sd_mnt_point = getenv("EXTERNAL_STORAGE"); in cryptfs_enable()1206 if (!sd_mnt_point) { in cryptfs_enable()1207 sd_mnt_point = "/mnt/sdcard"; in cryptfs_enable()1254 if (wait_and_unmount(sd_mnt_point)) { in cryptfs_enable()