Searched refs:destroyKey (Results 1 – 3 of 3) sorted by relevance
48 bool destroyKey(const std::string& dir);
240 android::vold::destroyKey(other_path); in fixate_user_ce_key()322 android::vold::destroyKey(tmp_path); // May be partially created so ignore errors in store_key()543 success &= android::vold::destroyKey(path); in e4crypt_destroy_user_key()545 success &= android::vold::destroyKey(get_de_key_path(user_id)); in e4crypt_destroy_user_key()
334 bool destroyKey(const std::string& dir) { in destroyKey() function