Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/sys/
H A Dunix.rs56 struct DropPath { in new() struct
57 path: PathBuf, in new()
60 impl Drop for DropPath { in new() implementation