Home
last modified time | relevance | path

Searched refs:evictKey (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DKeyUtil.h75 bool evictKey(const std::string& mountpoint, const EncryptionPolicy& policy);
DKeyUtil.cpp357 bool evictKey(const std::string& mountpoint, const EncryptionPolicy& policy) { in evictKey() function
DFsCrypt.cpp550 success &= android::vold::evictKey(DATA_MNT_POINT, policy); in evict_ce_key()
566 android::vold::evictKey(DATA_MNT_POINT, de_policy); in fscrypt_destroy_user_key()
/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.cpp132 auto evictKey = std::make_pair(evictIt->name, evictIt->pid); in evictIfFull() local
133 mLookupTable.erase(evictKey); in evictIfFull()