Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dscons_utils.py67 def traverse_subdir(search_dir = '.', full_path = False): argument
69 for root, dirs, files in os.walk(search_dir):
71 …src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root)
72 print('relative dir:',os.path.relpath(root, search_dir) if full_path == False else root)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
Dscons_utils.py67 def traverse_subdir(search_dir = '.', full_path = False): argument
69 for root, dirs, files in os.walk(search_dir):
71 …src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root)
72 print('relative dir:',os.path.relpath(root, search_dir) if full_path == False else root)