Home
last modified time | relevance | path

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

/system/vold/
DUtils.h101 std::string BuildDataSystemDePath(userid_t userid);
DExt4Crypt.cpp694 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in e4crypt_prepare_user_storage()
759 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in e4crypt_destroy_user_storage()
DUtils.cpp571 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath() function