panda_shared_library_path

Function panda_shared_library_path 

Source
pub unsafe extern "C" fn panda_shared_library_path(
    name: *const i8,
) -> *mut i8
Expand description

panda_shared_library_path() - Get path for plugin shared library. @name: Plugin name.

Find full path to shared library (not plugin .so). For example, “libso.so” might resolve to /path/to/build/x86_64-softmmu/panda/plugins/libso.so