Lines Matching refs:root_path

6 root_path=$(cd ../../../common; pwd)
9 exclude_file_list=" $root_path/*/src/*_class_asix*"
10 exclude_file_list+=" $root_path/*/src/*_class_audio*"
11 exclude_file_list+=" $root_path/*/src/*_class_ccid*"
12 exclude_file_list+=" $root_path/*/src/*_class_dfu*"
13 exclude_file_list+=" $root_path/*/src/*_class_gser*"
14 exclude_file_list+=" $root_path/*/src/*_class_pima*"
15 exclude_file_list+=" $root_path/*/src/*_class_rndis*"
16 exclude_file_list+=" $root_path/*/src/*_class_printer*"
17 exclude_file_list+=" $root_path/*/src/*_class_prolific*"
18 exclude_file_list+=" $root_path/*/src/*_class_swar*"
19 exclude_file_list+=" $root_path/*/src/*_class_video*"
20 exclude_file_list+=" $root_path/*/src/*_hnp_*"
21 exclude_file_list+=" $root_path/*/src/*_role_*"
22 exclude_file_list+=" $root_path/*/src/ux_utility_set_interrupt_handler.c"
23 exclude_file_list+=" $root_path/*/src/*dcd_sim_slave*"
24 exclude_file_list+=" $root_path/*/src/*device_class_dpump*"
25 exclude_file_list+=" $root_path/*/src/*hcd_sim_host*"
26 exclude_file_list+=" $root_path/*/src/*host_class_dpump*"
27 exclude_file_list+=" $root_path/*/src/*ux_network_driver*"
30 exclude_file_list+=" $root_path/*/src/ux_device_class_hid_read.c"
31 exclude_file_list+=" $root_path/*/src/ux_device_class_hid_receiver*"
34 exclude_file_list+=" $root_path/*/src/*_storage*_cb.c"
35 exclude_file_list+=" $root_path/*/src/*_storage*_cbi.c"
38 exclude_file_list+=" $root_path/*/src/*_storage_get_status*"
39 exclude_file_list+=" $root_path/*/src/*_storage_get_configuration*"
40 exclude_file_list+=" $root_path/*/src/*_storage_get_performance*"
41 exclude_file_list+=" $root_path/*/src/*_storage_read_disk_information*"
42 exclude_file_list+=" $root_path/*/src/*_storage_report_key*"
43 exclude_file_list+=" $root_path/*/src/*_storage_read_dvd*"
44 exclude_file_list+=" $root_path/*/src/*_storage_read_toc*"
47 exclude_file_list+=" $root_path/*/src/ux_device_stack_interface_get.c"
48 exclude_file_list+=" $root_path/*/src/ux_host_stack_delay_ms.c"
51 exclude_file_list+=" $root_path/usbx_host_controllers/src/*"
54 exclude_file_list+=" $root_path/usbx_pictbridge/src/*"
57 exclude_host_list=" $root_path/*/src/*_host_*"
60 exclude_device_list=" $root_path/*/src/*_device_*"
63 exclude_rtos_list=" $root_path/*/src/*_thread*"
64 exclude_rtos_list+=" $root_path/*/src/*_event_*"
65 exclude_rtos_list+=" $root_path/*/src/*_mutex_*"
66 exclude_rtos_list+=" $root_path/*/src/*_semaphore_*"
67 exclude_rtos_list+=" $root_path/*/src/*_timer_*"
69 exclude_rtos_list+=" $root_path/*/src/*_cdc_ecm_*"
71 exclude_rtos_list+=" $root_path/*/src/*_hub_*"
73 exclude_rtos_list+=" $root_path/*/src/*_cdc_acm_capabilities_get.c"
74 exclude_rtos_list+=" $root_path/*/src/*_cdc_acm_configure.c"
76 exclude_rtos_list+=" $root_path/*/src/*_hid_configure.c"
77 exclude_rtos_list+=" $root_path/*/src/*_hid_descriptor_parse.c"
78 exclude_rtos_list+=" $root_path/*/src/*_hid_report_descriptor_get.c"
80 exclude_rtos_list+=" $root_path/*/src/*_storage_configure.c"
81 exclude_rtos_list+=" $root_path/*/src/*_storage_media_mount.c"
82 exclude_rtos_list+=" $root_path/*/src/*_storage_media_open.c"
83 exclude_rtos_list+=" $root_path/*/src/*_storage_partition_read.c"
84 exclude_rtos_list+=" $root_path/*/src/*_storage_transport.c"
87 exclude_standalone_list=" $root_path/*/src/*_run.c"