Searched refs:de_key_path (Results 1 – 1 of 1) sorted by relevance
575 auto de_key_path = get_de_key_path(user_id); in fscrypt_destroy_user_key() local576 if (android::vold::pathExists(de_key_path)) { in fscrypt_destroy_user_key()577 success &= android::vold::destroyKey(de_key_path); in fscrypt_destroy_user_key()579 LOG(INFO) << "Not present so not erasing: " << de_key_path; in fscrypt_destroy_user_key()