Home
last modified time | relevance | path

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

/system/vold/
DUtils.h99 std::string BuildDataSystemLegacyPath(userid_t userid);
DExt4Crypt.cpp688 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in e4crypt_prepare_user_storage()
753 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in e4crypt_destroy_user_storage()
DUtils.cpp563 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath() function