Home
last modified time | relevance | path

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

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