Home
last modified time | relevance | path

Searched refs:fake_device (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/adevice/tests/
Dwhole_program_tests.rs32 let fake_device = FakeDevice::new(&device_fs); in adevice_status() localVariable
39 &fake_device, in adevice_status()
69 let fake_device = FakeDevice::new(&device_files); in lost_and_found_should_not_be_cleaned() localVariable
87 &fake_device, in lost_and_found_should_not_be_cleaned()
99 assert!(fake_device.removes().contains(&PathBuf::from("system/some_file"))); in lost_and_found_should_not_be_cleaned()
100 assert!(!fake_device.removes().contains(&PathBuf::from("system/lost+found"))); in lost_and_found_should_not_be_cleaned()
114 let fake_device = FakeDevice::new(&device_files); in update_should_clean_stale_files() localVariable
123 &fake_device, in update_should_clean_stale_files()
132 assert!(fake_device.removes().contains(&PathBuf::from("system/STALE_FILE"))); in update_should_clean_stale_files()
166 let fake_device = FakeDevice::new(&device_files); in update_big_fs_change() localVariable
[all …]