Skip to main content

get_image_path

Function get_image_path 

Source
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.