Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp180 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in prepare_subdirs()
DUtils.h160 std::string BuildDataUserDePath(const std::string& volumeUuid, userid_t userid);
DFsCrypt.cpp900 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()
1036 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1162 std::string BuildDataUserDePath(const std::string& volumeUuid, userid_t userId) { in BuildDataUserDePath() function