Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp576 auto de_key_path = get_de_key_path(user_id); in e4crypt_destroy_user_key() local
577 if (path_exists(de_key_path)) { in e4crypt_destroy_user_key()
578 success &= android::vold::destroyKey(de_key_path); in e4crypt_destroy_user_key()
580 LOG(INFO) << "Not present so not erasing: " << de_key_path; in e4crypt_destroy_user_key()