Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A DUtils.h150 std::string BuildDataSystemLegacyPath(userid_t userid);
H A DFsCrypt.cpp944 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in fscrypt_prepare_user_storage()
1081 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in fscrypt_destroy_user_storage()
H A DUtils.cpp1158 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath() function