Searched defs:resource_dir (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/developer_test/src/core/config/ |
D | resource_manager.py | 131 def process_resource_file(self, resource_dir, preparer_list, device): argument 163 def lite_process_resource_file(self, resource_dir, preparer_list): argument 265 def process_preparer_data(self, data_dic, resource_dir, device): argument 272 def lite_process_preparer_data(self, data_dic, resource_dir): argument 279 def process_cleaner_data(self, data_dic, resource_dir, device): argument
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
D | resource_manager.py | 100 def process_resource_file(resource_dir, preparer_list, device): argument 154 def process_preparer_data(self, data_dic, resource_dir, device): argument 161 def process_cleaner_data(self, data_dic, resource_dir, device): argument
|
/test/xts/tools/build/ |
D | suite.py | 337 def _archive_test_resource(self, xml_file, root_dir, resource_dir): argument
|