Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/build/
Dselect_targets.py189 module_path = os.path.join(part_path, testmodule)
190 LOG.info("module_path = %s." % module_path)
191 if os.path.exists(module_path):
193 module_path)
/test/testfwk/xdevice/plugins/devicetest/driver/
Dwindows.py216 def _get_dict_test_list(module_path): argument
218 for root, _, files in os.walk(module_path):
Ddevice_test.py51 def _get_dict_test_list(module_path, file_name): argument
53 for root, _, files in os.walk(module_path):