Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py436 def _get_component_info_file(entry_dir): argument
438 if not os.path.isdir(entry_dir):
440 for item in os.listdir(entry_dir):
441 item_path = os.path.join(entry_dir, item)