Home
last modified time | relevance | path

Searched refs:DlClose (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/libloading/src/
Derror.rs40 DlClose { enumerator
110 DlClose { ref desc } => write!(f, "{}", desc.0.to_string_lossy()), in fmt()
/third_party/rust/crates/libloading/src/os/unix/
Dmod.rs327 let result = with_dlerror(|desc| crate::Error::DlClose { desc }, || { in close()