HomeSort by relevance Sort by last modified time
    Searched refs:e4crypt_prepare_user_storage (Results 1 - 3 of 3) sorted by null

  /system/vold/
Ext4Crypt.h 38 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, int flags);
CryptCommandListener.cpp 408 return sendGenericOkFailOnBool(cli, e4crypt_prepare_user_storage(
Ext4Crypt.cpp 488 if (!e4crypt_prepare_user_storage(nullptr, 0, 0, FLAG_STORAGE_DE)) {
679 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, function
681 LOG(DEBUG) << "e4crypt_prepare_user_storage for volume " << escape_null(volume_uuid)

Completed in 203 milliseconds