Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dvold_prepare_subdirs.cpp170 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in prepare_subdirs()
H A DUtils.h157 std::string BuildDataUserDePath(const std::string& volumeUuid, userid_t userid);
H A DFsCrypt.cpp815 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()
937 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
H A DUtils.cpp1122 std::string BuildDataUserDePath(const std::string& volumeUuid, userid_t userId) { in BuildDataUserDePath() function