Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DUtils.h146 std::string BuildDataSystemDePath(userid_t userid);
H A DFsCrypt.cpp812 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in fscrypt_prepare_user_storage()
934 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in fscrypt_destroy_user_storage()
H A DUtils.cpp1063 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath() function