Searched refs:destroyKey (Results 1 – 4 of 4) sorted by relevance
62 bool destroyKey(const std::string& dir);
183 android::vold::destroyKey(other_path); in fixate_user_ce_key()573 success &= android::vold::destroyKey(path); in fscrypt_destroy_user_key()577 success &= android::vold::destroyKey(de_key_path); in fscrypt_destroy_user_key()674 return android::vold::destroyKey(path); in destroy_volkey()
341 if (!android::vold::destroyKey(key_path)) { in destroy_dsu_metadata_key()
612 destroyKey(tmp_path); // May be partially created so ignore errors in storeKeyAtomically()678 bool destroyKey(const std::string& dir) { in destroyKey() function