Searched refs:destroyKey (Results 1 – 3 of 3) sorted by relevance
68 bool destroyKey(const std::string& dir);
176 android::vold::destroyKey(other_path); in fixate_user_ce_key()567 success &= android::vold::destroyKey(path); in fscrypt_destroy_user_key()571 success &= android::vold::destroyKey(de_key_path); in fscrypt_destroy_user_key()675 return android::vold::destroyKey(path); in destroy_volkey()
532 destroyKey(tmp_path); // May be partially created so ignore errors in storeKeyAtomically()603 bool destroyKey(const std::string& dir) { in destroyKey() function