Home
last modified time | relevance | path

Searched defs:device_files (Results 1 – 2 of 2) 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
109 let device_files = HashMap::from([(PathBuf::from("system/STALE_FILE"), file_metadata("m1"))]); in update_should_clean_stale_files() localVariable
141 let device_files = HashMap::from([ in update_big_fs_change() localVariable
/tools/asuite/adevice/src/
Dadevice.rs732 let device_files: HashMap<PathBuf, FileMetadata> = HashMap::new(); in empty_inputs() localVariable
927 let mut device_files: HashMap<PathBuf, FileMetadata> = HashMap::new(); in call_update() localVariable