Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp652 if (!emulated_unlock(android::vold::BuildDataSystemCePath(user_id), 0771) || in e4crypt_unlock_user_key()
669 if (!emulated_lock(android::vold::BuildDataSystemCePath(user_id)) || in e4crypt_lock_user_key()
722 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in e4crypt_prepare_user_storage()
778 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in e4crypt_destroy_user_storage()
DUtils.h100 std::string BuildDataSystemCePath(userid_t userid);
DUtils.cpp567 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() function