Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp585 static bool emulated_lock(const std::string& path) { in emulated_lock() function
777 if (!emulated_lock(android::vold::BuildDataSystemCePath(user_id)) || in fscrypt_lock_user_key()
778 !emulated_lock(android::vold::BuildDataMiscCePath(user_id)) || in fscrypt_lock_user_key()
779 !emulated_lock(android::vold::BuildDataMediaCePath("", user_id)) || in fscrypt_lock_user_key()
780 !emulated_lock(android::vold::BuildDataUserCePath("", user_id))) { in fscrypt_lock_user_key()