pub fn get_image_path(name: &str) -> Option<String>Expand description
Returns the full filesystem path of the loaded image matching name, if found.
On Linux/Android this walks loaded shared objects via dl_iterate_phdr.
On other platforms this always returns None.