• Home
  • Raw
  • Download

Lines Matching refs:to_string

500         let expected: HashSet<_> = expected.into_iter().map(ToString::to_string).collect();  in test_find_apex_names_in_classpath()
511 name: "com.android.adbd".to_string(), in test_collect_apexes()
524 name: "com.android.adbd".to_string(), in test_collect_apexes()
537 name: "no_classpath".to_string(), in test_collect_apexes()
549 name: "has_classpath".to_string(), in test_collect_apexes()
561 name: "has_classpath".to_string(), in test_collect_apexes()
574 name: "apex-foo".to_string(), in test_collect_apexes()
587 name: "apex-foo".to_string(), in test_collect_apexes()
600 name: "sharedlibs".to_string(), in test_collect_apexes()
612 name: "sharedlibs".to_string(), in test_collect_apexes()
627 ApexConfig { name: "apex-foo".to_string() }, in test_collect_apexes()
628 ApexConfig { name: "{CLASSPATH}".to_string() }, in test_collect_apexes()
654 name: "apex-vendor".to_string(), in test_check_allowed_partitions_vendor_not_allowed()
661 let apex_configs = vec![ApexConfig { name: "apex-vendor".to_string() }]; in test_check_allowed_partitions_vendor_not_allowed()
669 .is_err_and(|ret| ret.to_string() in test_check_allowed_partitions_vendor_not_allowed()
679 name: "apex-system_ext".to_string(), in test_check_allowed_partitions_system_ext_allowed()
687 let apex_configs = vec![ApexConfig { name: "apex-system_ext".to_string() }]; in test_check_allowed_partitions_system_ext_allowed()
704 name: "foo".to_string(), in test_prefer_staged_apex_with_factory_active_apex()
716 moduleName: "foo".to_string(), in test_prefer_staged_apex_with_factory_active_apex()
718 diskImagePath: staged.path().to_string_lossy().to_string(), in test_prefer_staged_apex_with_factory_active_apex()
743 name: "foo".to_string(), in test_prefer_staged_apex_with_factory_and_inactive_apex()
750 name: "foo".to_string(), in test_prefer_staged_apex_with_factory_and_inactive_apex()
762 moduleName: "foo".to_string(), in test_prefer_staged_apex_with_factory_and_inactive_apex()
764 diskImagePath: staged.path().to_string_lossy().to_string(), in test_prefer_staged_apex_with_factory_and_inactive_apex()