Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp569 auto de_key_path = get_de_key_path(user_id); in fscrypt_destroy_user_key() local
570 if (android::vold::pathExists(de_key_path)) { in fscrypt_destroy_user_key()
571 success &= android::vold::destroyKey(de_key_path); in fscrypt_destroy_user_key()
573 LOG(INFO) << "Not present so not erasing: " << de_key_path; in fscrypt_destroy_user_key()