Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h52 bool destroyKey(const std::string& dir);
DExt4Crypt.cpp241 android::vold::destroyKey(other_path); in fixate_user_ce_key()
323 android::vold::destroyKey(tmp_path); // May be partially created so ignore errors in store_key()
574 success &= android::vold::destroyKey(path); in e4crypt_destroy_user_key()
578 success &= android::vold::destroyKey(de_key_path); in e4crypt_destroy_user_key()
DKeyStorage.cpp510 bool destroyKey(const std::string& dir) { in destroyKey() function