Searched refs:de_key_path (Results 1 – 1 of 1) sorted by relevance
569 auto de_key_path = get_de_key_path(user_id); in fscrypt_destroy_user_key() local570 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()