Searched defs:FakeDevice (Results 1 – 2 of 2) sorted by relevance
40 pub struct FakeDevice { struct62 impl FakeDevice { argument63 pub fn new(files: &HashMap<PathBuf, FileMetadata>) -> FakeDevice { in new()104 impl Device for FakeDevice { implementation
15 fn call_update_with_reboot(wait: Wait) -> Result<FakeDevice> { in call_update_with_reboot()