HomeSort by relevance Sort by last modified time
    Searched refs:destroyKey (Results 1 - 3 of 3) sorted by null

  /system/vold/
KeyStorage.h 64 bool destroyKey(const std::string& dir);
KeyStorage.cpp 472 destroyKey(tmp_path); // May be partially created so ignore errors
553 bool destroyKey(const std::string& dir) {
Ext4Crypt.cpp 160 android::vold::destroyKey(other_path);
443 success &= android::vold::destroyKey(path);
447 success &= android::vold::destroyKey(de_key_path);

Completed in 3310 milliseconds