Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A Dvold_prepare_subdirs.cpp180 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in prepare_subdirs()
H A DUtils.h162 std::string BuildDataUserDePath(const std::string& volumeUuid, userid_t userid);
H A DFsCrypt.cpp952 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()
1088 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
H A DUtils.cpp1213 std::string BuildDataUserDePath(const std::string& volumeUuid, userid_t userId) { in BuildDataUserDePath() function