### Android framework version net10.0-android (Preview) ### Affected platform version main ### Description PR https://github.com/dotnet/runtime/pull/116639/ replaced `SystemNative_ReadDirR` with `SystemNative_ReadDir`. This is not reflected in [src/native/clr/pinvoke-override/generate-pinvoke-tables.cc](https://github.com/dotnet/android/blob/bf304cf475308547a2a1a342bb9f2e6825cc33cd/src/native/clr/pinvoke-override/generate-pinvoke-tables.cc#L361), [src/native/mono/pinvoke-override/generate-pinvoke-tables.cc](https://github.com/dotnet/android/blob/bf304cf475308547a2a1a342bb9f2e6825cc33cd/src/native/mono/pinvoke-override/generate-pinvoke-tables.cc#L347) and the respective generated files. ### Steps to Reproduce . ### Did you find any workaround? _No response_ ### Relevant log output ```shell ```