Home
last modified time | relevance | path

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

/system/vold/
DUtils.h120 std::string BuildDataProfilesDePath(userid_t userid);
DFsCrypt.cpp809 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in fscrypt_prepare_user_storage()
922 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp705 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath() function