Searched refs:volume_uuid (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | Ext4Crypt.h | 38 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, int flags); 39 bool e4crypt_destroy_user_storage(const char* volume_uuid, userid_t user_id, int flags);
|
D | Ext4Crypt.cpp | 719 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, in e4crypt_prepare_user_storage() argument 721 LOG(DEBUG) << "e4crypt_prepare_user_storage for volume " << escape_null(volume_uuid) in e4crypt_prepare_user_storage() 733 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in e4crypt_prepare_user_storage() 747 if (e4crypt_is_native() && volume_uuid == nullptr) { in e4crypt_prepare_user_storage() 760 auto media_ce_path = android::vold::BuildDataMediaCePath(volume_uuid, user_id); in e4crypt_prepare_user_storage() 761 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in e4crypt_prepare_user_storage() 769 if (e4crypt_is_native() && volume_uuid == nullptr) { in e4crypt_prepare_user_storage() 788 bool e4crypt_destroy_user_storage(const char* volume_uuid, userid_t user_id, int flags) { in e4crypt_destroy_user_storage() argument 789 LOG(DEBUG) << "e4crypt_destroy_user_storage for volume " << escape_null(volume_uuid) in e4crypt_destroy_user_storage() 802 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in e4crypt_destroy_user_storage() [all …]
|