Searched defs:ephemeral (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DExt4Crypt.cpp87 // Some users are ephemeral, don't try to wipe their keys from disk
237 // If the key should be created as ephemeral, don't store it.
395 bool e4crypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { argument
407 if (!create_and_install_user_keys(user_id, ephemeral)) {
H A DVoldNativeService.cpp696 bool ephemeral) {
700 return translateBool(e4crypt_vold_create_user_key(userId, userSerial, ephemeral));
695 createUserKey(int32_t userId, int32_t userSerial, bool ephemeral) argument

Completed in 866 milliseconds