Searched refs:fake_device (Results 1 – 1 of 1) sorted by relevance
32 let fake_device = FakeDevice::new(&device_fs); in adevice_status() localVariable39 &fake_device, in adevice_status()69 let fake_device = FakeDevice::new(&device_files); in lost_and_found_should_not_be_cleaned() localVariable87 &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() localVariable123 &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 …]