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

  /system/vold/
Ext4Crypt.h 29 bool e4crypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral);
CryptCommandListener.cpp 382 return sendGenericOkFailOnBool(cli, e4crypt_vold_create_user_key(
Ext4Crypt.cpp 511 bool e4crypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { function
512 LOG(DEBUG) << "e4crypt_vold_create_user_key for " << user_id << " serial " << serial;
518 LOG(ERROR) << "Already exists, can't e4crypt_vold_create_user_key for " << user_id

Completed in 139 milliseconds