Home
last modified time | relevance | path

Searched defs:resource_dir (Results 1 – 3 of 3) sorted by relevance

/test/developertest/src/core/config/
Dresource_manager.py132 def process_resource_file(self, resource_dir, preparer_list, device): argument
164 def lite_process_resource_file(self, resource_dir, preparer_list): argument
266 def process_preparer_data(self, data_dic, resource_dir, device): argument
273 def lite_process_preparer_data(self, data_dic, resource_dir): argument
280 def process_cleaner_data(self, data_dic, resource_dir, device): argument
/test/xdevice/src/xdevice/_core/config/
Dresource_manager.py100 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/
Dsuite.py290 def _archive_test_resource(self, xml_file, root_dir, resource_dir): argument