Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp600 static bool emulated_unlock(const std::string& path, mode_t mode) { in emulated_unlock() function
689 if (!emulated_unlock(android::vold::BuildDataSystemCePath(user_id), 0771) || in e4crypt_unlock_user_key()
690 !emulated_unlock(android::vold::BuildDataMiscCePath(user_id), 01771) || in e4crypt_unlock_user_key()
691 !emulated_unlock(android::vold::BuildDataMediaCePath(nullptr, user_id), 0770) || in e4crypt_unlock_user_key()
692 !emulated_unlock(android::vold::BuildDataUserCePath(nullptr, user_id), 0771)) { in e4crypt_unlock_user_key()