Home
last modified time | relevance | path

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

/external/crosvm/src/
Dmain.rs62 struct TouchDeviceOption { struct
68 impl TouchDeviceOption { argument
69 fn new(path: PathBuf) -> TouchDeviceOption { in new()