Home
last modified time | relevance | path

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

/tools/asuite/adevice/tests/
Dwhole_program_tests.rs60 let device_files = HashMap::from([ in lost_and_found_should_not_be_cleaned() localVariable
69 let fake_device = FakeDevice::new(&device_files); in lost_and_found_should_not_be_cleaned()
109 let device_files = HashMap::from([(PathBuf::from("system/STALE_FILE"), file_metadata("m1"))]); in update_should_clean_stale_files() localVariable
114 let fake_device = FakeDevice::new(&device_files); in update_should_clean_stale_files()
141 let device_files = HashMap::from([ in update_big_fs_change() localVariable
166 let fake_device = FakeDevice::new(&device_files); in update_big_fs_change()
/tools/tradefederation/core/javatests/res/testconfigs/yaml/
Dtest-config.tf_yaml16 - device_files: {"tobepushed.txt": "/sdcard", "tobepushed2.txt": "/sdcard/"}
/tools/asuite/adevice/src/
Dadevice.rs732 let device_files: HashMap<PathBuf, FileMetadata> = HashMap::new(); in empty_inputs() localVariable
741 &device_files, in empty_inputs()
927 let mut device_files: HashMap<PathBuf, FileMetadata> = HashMap::new(); in call_update() localVariable
931 device_files.insert(PathBuf::from(d), file_metadata(d)); in call_update()
944 &device_files, in call_update()
Dfingerprint.rs140 device_files: &HashMap<PathBuf, FileMetadata>, in diff()
152 match device_files.get(file_name) { in diff()
167 for (file_name, metadata) in device_files { in diff()