Searched refs:destroyKey (Results 1 – 3 of 3) sorted by relevance
52 bool destroyKey(const std::string& dir);
241 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()
510 bool destroyKey(const std::string& dir) { in destroyKey() function