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

/system/vold/
H A Dcryptfs.c847 /* Called by vold when it wants to undo the crypto mapping of a volume it
849 * to undo the crypto mapping so the volume is formatted in the clear.
857 * Called by vold when it's asked to mount an encrypted, nonremovable volume.
876 /* Update the fs_size field to be the size of the volume */
881 SLOGE("Cannot get size of volume %s\n", real_blkdev);
1109 static inline int should_encrypt(struct volume_info *volume) argument
1111 return (volume->flags & (VOL_ENCRYPTABLE | VOL_NONREMOVABLE)) ==
1205 SLOGE("Failed to unmount volume %s\n", vol_list[i].label);

Completed in 437 milliseconds