Home
last modified time | relevance | path

Searched refs:e4crypt_prepare_user_storage (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DExt4Crypt.h38 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, int flags);
DCryptCommandListener.cpp408 return sendGenericOkFailOnBool(cli, e4crypt_prepare_user_storage( in runCommand()
DExt4Crypt.cpp488 if (!e4crypt_prepare_user_storage(nullptr, 0, 0, FLAG_STORAGE_DE)) { in e4crypt_init_user0()
679 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, in e4crypt_prepare_user_storage() function