Home
last modified time | relevance | path

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

/tools/asuite/adevice/tests/common/
Dfakes.rs40 pub struct FakeDevice { struct
62 impl FakeDevice { argument
63 pub fn new(files: &HashMap<PathBuf, FileMetadata>) -> FakeDevice { in new()
104 impl Device for FakeDevice { implementation
/tools/asuite/adevice/tests/
Dpartial_program_tests.rs15 fn call_update_with_reboot(wait: Wait) -> Result<FakeDevice> { in call_update_with_reboot()