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

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

Completed in 50 milliseconds