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

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

Completed in 5 milliseconds