You can use toybox find:
bash
toybox find /dev/block/platform -type d -name by-name
Toybox is included with Android 6.0 (Marshmallow) and all later Android versions.
You can use toybox find:
toybox find /dev/block/platform -type d -name by-name
Toybox is included with Android 6.0 (Marshmallow) and all later Android versions.
Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.