Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/connection/
Dsocket.rs49 struct DropPath { in new() struct
50 path: PathBuf, in new()
53 impl Drop for DropPath { in new() implementation