Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp199 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in prepare_subdirs()
DUtils.h153 std::string BuildDataProfilesDePath(userid_t userid);
DFsCrypt.cpp945 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in fscrypt_prepare_user_storage()
1082 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1171 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath() function