Home
last modified time | relevance | path

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

/system/vold/
DUtils.h110 std::string BuildDataUserDePath(const char* volumeUuid, userid_t userid);
DExt4Crypt.cpp733 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in e4crypt_prepare_user_storage()
802 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in e4crypt_destroy_user_storage()
DUtils.cpp622 std::string BuildDataUserDePath(const char* volumeUuid, userid_t userId) { in BuildDataUserDePath() function