Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h68 bool destroyKey(const std::string& dir);
DFsCrypt.cpp176 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()
DKeyStorage.cpp532 destroyKey(tmp_path); // May be partially created so ignore errors in storeKeyAtomically()
603 bool destroyKey(const std::string& dir) { in destroyKey() function