Home
last modified time | relevance | path

Searched defs:ephemeral (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl87 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey()
/system/vold/
DFsCrypt.cpp500 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
DVoldNativeService.cpp656 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey()