Home
last modified time | relevance | path

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

/system/vold/
DUtils.h115 std::string BuildDataSystemCePath(userid_t userid);
DFsCrypt.cpp759 if (!emulated_unlock(android::vold::BuildDataSystemCePath(user_id), 0771) || in fscrypt_unlock_user_key()
777 if (!emulated_lock(android::vold::BuildDataSystemCePath(user_id)) || in fscrypt_lock_user_key()
848 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_prepare_user_storage()
899 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_destroy_user_storage()
Dvold_prepare_subdirs.cpp179 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs()
DUtils.cpp684 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() function