Searched refs:os_names (Results 1 – 1 of 1) sorted by relevance
868 let os_names = in extract_os_names_from_configs() localVariable871 Ok(os_names) in extract_os_names_from_configs()1906 let mut os_names: HashSet<String> = HashSet::new(); in test_extract_os_name_from_configs() localVariable1907 os_names.insert("microdroid".to_owned()); in test_extract_os_name_from_configs()1908 os_names.insert("microdroid_gki-android14-6.1".to_owned()); in test_extract_os_name_from_configs()1909 os_names.insert("microdroid_gki-android15-6.1".to_owned()); in test_extract_os_name_from_configs()1912 for os_name in &os_names { in test_extract_os_name_from_configs()1926 if result != os_names { in test_extract_os_name_from_configs()1927 bail!("Expected {:?} but was {:?}", os_names, result); in test_extract_os_name_from_configs()