Files failing integrity check - full path?

So, I got a report of two files failing the integrity check. But what is the full path to these files? There are 50 files with the same name in the installation tree. The full path is not given in the report, so I can’t figure out which of those I need to update manually.

From …/settings/integrity/failed:

Results
=======
- theming
	- INVALID_HASH
		- l10n/ja.json
- workflowengine
	- INVALID_HASH
		- l10n/it.json

Raw output
==========
Array
(
    [theming] => Array
        (
            [INVALID_HASH] => Array
                (
                    [l10n/ja.json] => Array
                        (
                            [expected] => f5c8fa65a8c4eb2717088648762d90d2fb89fee2d214236ee55c7431b24b42838cc8d08e05ec119afab2f7dd65fca13b2aa4d2d6ef7aebb32e0f068a22e6cefe
                            [current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
                        )

                )

        )

    [workflowengine] => Array
        (
            [INVALID_HASH] => Array
                (
                    [l10n/it.json] => Array
                        (
                            [expected] => d083105c5f54f980f5fd650e24928255532f54c77ba8fac4ddedae1223c3a8128af116e99321f3d74fd600bcb861f6e43c6985c6f32b7f7284454a02c4efb013
                            [current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
                        )

                )

        )

)