Home
last modified time | relevance | path

Searched defs:DropPath (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/sys/
Dunix.rs57 struct DropPath { in new() struct
58 path: PathBuf, in new()
61 impl Drop for DropPath { in new() implementation