Home
last modified time | relevance | path

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

/system/vold/
DUtils.h148 std::string BuildDataSystemLegacyPath(userid_t userid);
DFsCrypt.cpp892 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in fscrypt_prepare_user_storage()
1029 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1107 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath() function