Home
last modified time | relevance | path

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

/aosp_15_r20/system/usb_info_tools/typec_connector_class_helper/src/
H A Dtypec_class_utils_tests.rs53 fn create_temp_dir_with_dirs_files_content( in create_temp_dir_with_dirs_files_content() function
73 create_temp_dir_with_dirs_files_content(&[ in create_full_typec_connector_class_temp_file_hierarchy()
219 create_temp_dir_with_dirs_files_content(&[("identity", &[("id_header", "0x4c4018d1")])]); in test_read_vdo()
228 let temp_dir_path = create_temp_dir_with_dirs_files_content(&[( in test_get_pd_revision()
262 create_temp_dir_with_dirs_files_content(&[("identity", &[("id_header", "0x4c4018d1")])]); in test_get_partner_product_type_pd30_ufp()
271 create_temp_dir_with_dirs_files_content(&[("identity", &[("id_header", "0x08800000")])]); in test_get_partner_product_type_pd31_drd()
279 let temp_dir_path = create_temp_dir_with_dirs_files_content(&[]); in test_get_partner_product_type_other()
340 let temp_dir_path = create_temp_dir_with_dirs_files_content(&[ in test_get_cable_product_type()